public static final class CfnDataQualityJobDefinition.NetworkConfigProperty.Builder
extends java.lang.Object
CfnDataQualityJobDefinition.NetworkConfigProperty
Constructor and Description |
---|
Builder() |
public CfnDataQualityJobDefinition.NetworkConfigProperty.Builder enableInterContainerTrafficEncryption(java.lang.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
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
public CfnDataQualityJobDefinition.NetworkConfigProperty.Builder enableNetworkIsolation(java.lang.Boolean enableNetworkIsolation)
enableNetworkIsolation
- Whether to allow inbound and outbound network calls to and from the containers used for the processing job.this
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
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
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
public CfnDataQualityJobDefinition.NetworkConfigProperty build()
CfnDataQualityJobDefinition.NetworkConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided