public static interface VPC.Builder extends CopyableBuilder<VPC.Builder,VPC>
Modifier and Type | Method and Description |
---|---|
VPC.Builder |
vpcId(String vpcId)
Sets the value of the VPCId property for this object.
|
VPC.Builder |
vpcRegion(String vpcRegion)
(Private hosted zones only) The region in which you created an Amazon VPC.
|
VPC.Builder |
vpcRegion(VPCRegion vpcRegion)
(Private hosted zones only) The region in which you created an Amazon VPC.
|
copy
apply, build
VPC.Builder vpcRegion(String vpcRegion)
(Private hosted zones only) The region in which you created an Amazon VPC.
VPC.Builder vpcRegion(VPCRegion vpcRegion)
(Private hosted zones only) The region in which you created an Amazon VPC.
VPC.Builder vpcId(String vpcId)
vpcId
- The new value for the VPCId property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.