Class CfnEnvironmentPropsMixin.InitialVlanInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.evs.CfnEnvironmentPropsMixin.InitialVlanInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEnvironmentPropsMixin.InitialVlanInfoProperty>
- Enclosing interface:
CfnEnvironmentPropsMixin.InitialVlanInfoProperty
@Stability(Stable)
public static final class CfnEnvironmentPropsMixin.InitialVlanInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnvironmentPropsMixin.InitialVlanInfoProperty>
A builder for
CfnEnvironmentPropsMixin.InitialVlanInfoProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnEnvironmentPropsMixin.InitialVlanInfoProperty.getCidr()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cidr
@Stability(Stable) public CfnEnvironmentPropsMixin.InitialVlanInfoProperty.Builder cidr(String cidr) Sets the value ofCfnEnvironmentPropsMixin.InitialVlanInfoProperty.getCidr()- Parameters:
cidr- The CIDR block that you provide to create an Amazon EVS VLAN subnet. Amazon EVS VLAN subnets have a minimum CIDR block size of /28 and a maximum size of /24. Amazon EVS VLAN subnet CIDR blocks must not overlap with other subnets in the VPC.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEnvironmentPropsMixin.InitialVlanInfoProperty>- Returns:
- a new instance of
CfnEnvironmentPropsMixin.InitialVlanInfoProperty - Throws:
NullPointerException- if any required attribute was not provided
-