@Stability(value=Stable) public static final class CfnHostedZone.VPCProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnHostedZone.VPCProperty>
CfnHostedZone.VPCProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnHostedZone.VPCProperty |
build()
Builds the configured instance.
|
CfnHostedZone.VPCProperty.Builder |
vpcId(String vpcId)
Sets the value of
CfnHostedZone.VPCProperty.getVpcId() |
CfnHostedZone.VPCProperty.Builder |
vpcRegion(String vpcRegion)
Sets the value of
CfnHostedZone.VPCProperty.getVpcRegion() |
@Stability(value=Stable) public CfnHostedZone.VPCProperty.Builder vpcId(String vpcId)
CfnHostedZone.VPCProperty.getVpcId()vpcId - *Private hosted zones only:* The ID of an Amazon VPC. This parameter is required.
For public hosted zones, omit
VPCs,VPCId, andVPCRegion.
this@Stability(value=Stable) public CfnHostedZone.VPCProperty.Builder vpcRegion(String vpcRegion)
CfnHostedZone.VPCProperty.getVpcRegion()vpcRegion - *Private hosted zones only:* The region that an Amazon VPC was created in. This parameter is required.
For public hosted zones, omit
VPCs,VPCId, andVPCRegion.
this@Stability(value=Stable) public CfnHostedZone.VPCProperty build()
build in interface software.amazon.jsii.Builder<CfnHostedZone.VPCProperty>CfnHostedZone.VPCPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.