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