@Stability(value=Stable) public static final class CfnDataQualityJobDefinition.NetworkConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataQualityJobDefinition.NetworkConfigProperty>
CfnDataQualityJobDefinition.NetworkConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataQualityJobDefinition.NetworkConfigProperty.Builder enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)
CfnDataQualityJobDefinition.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 CfnDataQualityJobDefinition.NetworkConfigProperty.Builder enableInterContainerTrafficEncryption(IResolvable enableInterContainerTrafficEncryption)
CfnDataQualityJobDefinition.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 CfnDataQualityJobDefinition.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 CfnDataQualityJobDefinition.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 CfnDataQualityJobDefinition.NetworkConfigProperty.Builder vpcConfig(CfnDataQualityJobDefinition.VpcConfigProperty vpcConfig)
CfnDataQualityJobDefinition.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 CfnDataQualityJobDefinition.NetworkConfigProperty.Builder vpcConfig(IResolvable vpcConfig)
CfnDataQualityJobDefinition.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 CfnDataQualityJobDefinition.NetworkConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnDataQualityJobDefinition.NetworkConfigProperty>CfnDataQualityJobDefinition.NetworkConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.