public static interface NetworkConfig.Builder extends SdkPojo, CopyableBuilder<NetworkConfig.Builder,NetworkConfig>
Modifier and Type | Method and Description |
---|---|
NetworkConfig.Builder |
enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)
Whether to encrypt all communications between distributed processing jobs.
|
NetworkConfig.Builder |
enableNetworkIsolation(Boolean enableNetworkIsolation)
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
|
default NetworkConfig.Builder |
vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Sets the value of the VpcConfig property for this object.
|
NetworkConfig.Builder |
vpcConfig(VpcConfig vpcConfig)
Sets the value of the VpcConfig property for this object.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NetworkConfig.Builder enableInterContainerTrafficEncryption(Boolean 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.
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.NetworkConfig.Builder enableNetworkIsolation(Boolean enableNetworkIsolation)
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
enableNetworkIsolation
- Whether to allow inbound and outbound network calls to and from the containers used for the processing
job.NetworkConfig.Builder vpcConfig(VpcConfig vpcConfig)
vpcConfig
- The new value for the VpcConfig property for this object.default NetworkConfig.Builder vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
VpcConfig.Builder
avoiding the need to create
one manually via VpcConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to vpcConfig(VpcConfig)
.vpcConfig
- a consumer that will call methods on VpcConfig.Builder
vpcConfig(VpcConfig)
Copyright © 2020. All rights reserved.