@Stability(value=Stable) public static final class CfnVPCProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCProps>
CfnVPCProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVPCProps |
build()
Builds the configured instance.
|
CfnVPCProps.Builder |
cidrBlock(String cidrBlock)
Sets the value of
CfnVPCProps.getCidrBlock() |
CfnVPCProps.Builder |
enableDnsHostnames(Boolean enableDnsHostnames)
Sets the value of
CfnVPCProps.getEnableDnsHostnames() |
CfnVPCProps.Builder |
enableDnsHostnames(IResolvable enableDnsHostnames)
Sets the value of
CfnVPCProps.getEnableDnsHostnames() |
CfnVPCProps.Builder |
enableDnsSupport(Boolean enableDnsSupport)
Sets the value of
CfnVPCProps.getEnableDnsSupport() |
CfnVPCProps.Builder |
enableDnsSupport(IResolvable enableDnsSupport)
Sets the value of
CfnVPCProps.getEnableDnsSupport() |
CfnVPCProps.Builder |
instanceTenancy(String instanceTenancy)
Sets the value of
CfnVPCProps.getInstanceTenancy() |
CfnVPCProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnVPCProps.getTags() |
@Stability(value=Stable) public CfnVPCProps.Builder cidrBlock(String cidrBlock)
CfnVPCProps.getCidrBlock()cidrBlock - `AWS::EC2::VPC.CidrBlock`. This parameter is required.this@Stability(value=Stable) public CfnVPCProps.Builder enableDnsHostnames(Boolean enableDnsHostnames)
CfnVPCProps.getEnableDnsHostnames()enableDnsHostnames - `AWS::EC2::VPC.EnableDnsHostnames`.this@Stability(value=Stable) public CfnVPCProps.Builder enableDnsHostnames(IResolvable enableDnsHostnames)
CfnVPCProps.getEnableDnsHostnames()enableDnsHostnames - `AWS::EC2::VPC.EnableDnsHostnames`.this@Stability(value=Stable) public CfnVPCProps.Builder enableDnsSupport(Boolean enableDnsSupport)
CfnVPCProps.getEnableDnsSupport()enableDnsSupport - `AWS::EC2::VPC.EnableDnsSupport`.this@Stability(value=Stable) public CfnVPCProps.Builder enableDnsSupport(IResolvable enableDnsSupport)
CfnVPCProps.getEnableDnsSupport()enableDnsSupport - `AWS::EC2::VPC.EnableDnsSupport`.this@Stability(value=Stable) public CfnVPCProps.Builder instanceTenancy(String instanceTenancy)
CfnVPCProps.getInstanceTenancy()instanceTenancy - `AWS::EC2::VPC.InstanceTenancy`.this@Stability(value=Stable) public CfnVPCProps.Builder tags(List<? extends CfnTag> tags)
CfnVPCProps.getTags()tags - `AWS::EC2::VPC.Tags`.this@Stability(value=Stable) public CfnVPCProps build()
build in interface software.amazon.jsii.Builder<CfnVPCProps>CfnVPCPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.