@Stability(value=Stable) public static final class CfnMonitoringSchedule.NetworkConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMonitoringSchedule.NetworkConfigProperty>
CfnMonitoringSchedule.NetworkConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnMonitoringSchedule.NetworkConfigProperty.Builder enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)
CfnMonitoringSchedule.NetworkConfigProperty.getEnableInterContainerTrafficEncryption()enableInterContainerTrafficEncryption - Whether to encrypt all communications between distributed processing jobs.
Choose True to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.this@Stability(value=Stable) public CfnMonitoringSchedule.NetworkConfigProperty.Builder enableInterContainerTrafficEncryption(IResolvable enableInterContainerTrafficEncryption)
CfnMonitoringSchedule.NetworkConfigProperty.getEnableInterContainerTrafficEncryption()enableInterContainerTrafficEncryption - Whether to encrypt all communications between distributed processing jobs.
Choose True to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.this@Stability(value=Stable) public CfnMonitoringSchedule.NetworkConfigProperty.Builder enableNetworkIsolation(Boolean enableNetworkIsolation)
CfnMonitoringSchedule.NetworkConfigProperty.getEnableNetworkIsolation()enableNetworkIsolation - Whether to allow inbound and outbound network calls to and from the containers used for the processing job.this@Stability(value=Stable) public CfnMonitoringSchedule.NetworkConfigProperty.Builder enableNetworkIsolation(IResolvable enableNetworkIsolation)
CfnMonitoringSchedule.NetworkConfigProperty.getEnableNetworkIsolation()enableNetworkIsolation - Whether to allow inbound and outbound network calls to and from the containers used for the processing job.this@Stability(value=Stable) public CfnMonitoringSchedule.NetworkConfigProperty.Builder vpcConfig(CfnMonitoringSchedule.VpcConfigProperty vpcConfig)
CfnMonitoringSchedule.NetworkConfigProperty.getVpcConfig()vpcConfig - Specifies a VPC that your training jobs and hosted models have access to.
Control access to and from your training and model containers by configuring the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Training Jobs by Using an Amazon Virtual Private Cloud .this@Stability(value=Stable) public CfnMonitoringSchedule.NetworkConfigProperty.Builder vpcConfig(IResolvable vpcConfig)
CfnMonitoringSchedule.NetworkConfigProperty.getVpcConfig()vpcConfig - Specifies a VPC that your training jobs and hosted models have access to.
Control access to and from your training and model containers by configuring the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Training Jobs by Using an Amazon Virtual Private Cloud .this@Stability(value=Stable) public CfnMonitoringSchedule.NetworkConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnMonitoringSchedule.NetworkConfigProperty>CfnMonitoringSchedule.NetworkConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.