@Stability(value=Stable) public static final class CfnModelQualityJobDefinition.NetworkConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModelQualityJobDefinition.NetworkConfigProperty>
CfnModelQualityJobDefinition.NetworkConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnModelQualityJobDefinition.NetworkConfigProperty.Builder enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)
CfnModelQualityJobDefinition.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 CfnModelQualityJobDefinition.NetworkConfigProperty.Builder enableInterContainerTrafficEncryption(IResolvable enableInterContainerTrafficEncryption)
CfnModelQualityJobDefinition.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 CfnModelQualityJobDefinition.NetworkConfigProperty.Builder enableNetworkIsolation(Boolean enableNetworkIsolation)
enableNetworkIsolation - Whether to allow inbound and outbound network calls to and from the containers used for the processing job.this@Stability(value=Stable) public CfnModelQualityJobDefinition.NetworkConfigProperty.Builder enableNetworkIsolation(IResolvable enableNetworkIsolation)
enableNetworkIsolation - Whether to allow inbound and outbound network calls to and from the containers used for the processing job.this@Stability(value=Stable) public CfnModelQualityJobDefinition.NetworkConfigProperty.Builder vpcConfig(CfnModelQualityJobDefinition.VpcConfigProperty vpcConfig)
CfnModelQualityJobDefinition.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.this@Stability(value=Stable) public CfnModelQualityJobDefinition.NetworkConfigProperty.Builder vpcConfig(IResolvable vpcConfig)
CfnModelQualityJobDefinition.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.this@Stability(value=Stable) public CfnModelQualityJobDefinition.NetworkConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnModelQualityJobDefinition.NetworkConfigProperty>CfnModelQualityJobDefinition.NetworkConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.