Class CfnClusterPropsMixin.VpcConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnClusterPropsMixin.VpcConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.VpcConfigProperty>
- Enclosing interface:
CfnClusterPropsMixin.VpcConfigProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.VpcConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.VpcConfigProperty>
A builder for
CfnClusterPropsMixin.VpcConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnClusterPropsMixin.VpcConfigProperty.getSecurityGroupIds()Sets the value ofCfnClusterPropsMixin.VpcConfigProperty.getSubnets()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
securityGroupIds
@Stability(Stable) public CfnClusterPropsMixin.VpcConfigProperty.Builder securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnClusterPropsMixin.VpcConfigProperty.getSecurityGroupIds()- Parameters:
securityGroupIds- The VPC security group IDs, in the formsg-xxxxxxxx. Specify the security groups for the VPC that is specified in theSubnetsfield.- Returns:
this
-
subnets
@Stability(Stable) public CfnClusterPropsMixin.VpcConfigProperty.Builder subnets(List<String> subnets) Sets the value ofCfnClusterPropsMixin.VpcConfigProperty.getSubnets()- Parameters:
subnets- The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see Supported Instance Types and Availability Zones .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.VpcConfigProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.VpcConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-