public static interface NetworkConfig.Builder extends SdkPojo, CopyableBuilder<NetworkConfig.Builder,NetworkConfig>
| Modifier and Type | Method and Description |
|---|---|
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, sdkFieldscopyapplyMutation, buildNetworkConfig.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.BuildervpcConfig(VpcConfig)Copyright © 2020. All rights reserved.