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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VPC.BuildervpcId(String vpcId)Sets the value of the VPCId property for this object.VPC.BuildervpcRegion(String vpcRegion)(Private hosted zones only) The region that an Amazon VPC was created in.VPC.BuildervpcRegion(VPCRegion vpcRegion)(Private hosted zones only) The region that an Amazon VPC was created in.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
vpcRegion
VPC.Builder vpcRegion(String vpcRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
-
vpcRegion
VPC.Builder vpcRegion(VPCRegion vpcRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
-
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.
-
-