Class CfnMonitoringSchedule.VpcConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.VpcConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitoringSchedule.VpcConfigProperty>
- Enclosing interface:
CfnMonitoringSchedule.VpcConfigProperty
@Stability(Stable)
public static final class CfnMonitoringSchedule.VpcConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitoringSchedule.VpcConfigProperty>
A builder for
CfnMonitoringSchedule.VpcConfigProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.securityGroupIds
(List<String> securityGroupIds) Sets the value ofCfnMonitoringSchedule.VpcConfigProperty.getSecurityGroupIds()
Sets the value ofCfnMonitoringSchedule.VpcConfigProperty.getSubnets()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
securityGroupIds
@Stability(Stable) public CfnMonitoringSchedule.VpcConfigProperty.Builder securityGroupIds(List<String> securityGroupIds) Sets the value ofCfnMonitoringSchedule.VpcConfigProperty.getSecurityGroupIds()
- Parameters:
securityGroupIds
- The VPC security group IDs, in the formsg-xxxxxxxx
. This parameter is required. Specify the security groups for the VPC that is specified in theSubnets
field.- Returns:
this
-
subnets
@Stability(Stable) public CfnMonitoringSchedule.VpcConfigProperty.Builder subnets(List<String> subnets) Sets the value ofCfnMonitoringSchedule.VpcConfigProperty.getSubnets()
- Parameters:
subnets
- The ID of the subnets in the VPC to which you want to connect your training job or model. This parameter is required. 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnMonitoringSchedule.VpcConfigProperty>
- Returns:
- a new instance of
CfnMonitoringSchedule.VpcConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-