@Stability(value=Stable) public static final class CfnMonitoringSchedule.VpcConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMonitoringSchedule.VpcConfigProperty>
CfnMonitoringSchedule.VpcConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMonitoringSchedule.VpcConfigProperty |
build()
Builds the configured instance.
|
CfnMonitoringSchedule.VpcConfigProperty.Builder |
securityGroupIds(List<String> securityGroupIds)
Sets the value of
CfnMonitoringSchedule.VpcConfigProperty.getSecurityGroupIds() |
CfnMonitoringSchedule.VpcConfigProperty.Builder |
subnets(List<String> subnets)
Sets the value of
CfnMonitoringSchedule.VpcConfigProperty.getSubnets() |
@Stability(value=Stable) public CfnMonitoringSchedule.VpcConfigProperty.Builder securityGroupIds(List<String> securityGroupIds)
CfnMonitoringSchedule.VpcConfigProperty.getSecurityGroupIds()securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. This parameter is required.
Specify the security groups for the VPC that is specified in the Subnets field.this@Stability(value=Stable) public CfnMonitoringSchedule.VpcConfigProperty.Builder subnets(List<String> subnets)
CfnMonitoringSchedule.VpcConfigProperty.getSubnets()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 .this@Stability(value=Stable) public CfnMonitoringSchedule.VpcConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnMonitoringSchedule.VpcConfigProperty>CfnMonitoringSchedule.VpcConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.