Class CfnStreamGroupPropsMixin.VpcTransitConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.gameliftstreams.CfnStreamGroupPropsMixin.VpcTransitConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStreamGroupPropsMixin.VpcTransitConfigurationProperty>
- Enclosing interface:
CfnStreamGroupPropsMixin.VpcTransitConfigurationProperty
@Stability(Stable)
public static final class CfnStreamGroupPropsMixin.VpcTransitConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStreamGroupPropsMixin.VpcTransitConfigurationProperty>
A builder for
CfnStreamGroupPropsMixin.VpcTransitConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ipv4CidrBlocks(List<String> ipv4CidrBlocks) Sets the value ofCfnStreamGroupPropsMixin.VpcTransitConfigurationProperty.getVpcId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ipv4CidrBlocks
@Stability(Stable) public CfnStreamGroupPropsMixin.VpcTransitConfigurationProperty.Builder ipv4CidrBlocks(List<String> ipv4CidrBlocks) - Parameters:
ipv4CidrBlocks- the value to be set.- Returns:
this
-
vpcId
@Stability(Stable) public CfnStreamGroupPropsMixin.VpcTransitConfigurationProperty.Builder vpcId(String vpcId) Sets the value ofCfnStreamGroupPropsMixin.VpcTransitConfigurationProperty.getVpcId()- Parameters:
vpcId- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStreamGroupPropsMixin.VpcTransitConfigurationProperty>- Returns:
- a new instance of
CfnStreamGroupPropsMixin.VpcTransitConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-