Interface VPC.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VPC.Builder,VPC>, SdkBuilder<VPC.Builder,VPC>, SdkPojo
Enclosing class:
VPC

public static interface VPC.Builder extends SdkPojo, CopyableBuilder<VPC.Builder,VPC>
  • Method Details

    • vpcRegion

      VPC.Builder vpcRegion(String vpcRegion)

      (Private hosted zones only) The region that an Amazon VPC was created in.

      Parameters:
      vpcRegion - (Private hosted zones only) The region that an Amazon VPC was created in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • vpcRegion

      VPC.Builder vpcRegion(VPCRegion vpcRegion)

      (Private hosted zones only) The region that an Amazon VPC was created in.

      Parameters:
      vpcRegion - (Private hosted zones only) The region that an Amazon VPC was created in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • vpcId

      VPC.Builder vpcId(String vpcId)
      Sets the value of the VPCId property for this object.
      Parameters:
      vpcId - The new value for the VPCId property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.