public static interface MonitoringNetworkConfig.Builder extends SdkPojo, CopyableBuilder<MonitoringNetworkConfig.Builder,MonitoringNetworkConfig>
| Modifier and Type | Method and Description |
|---|---|
MonitoringNetworkConfig.Builder |
enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)
Whether to encrypt all communications between the instances used for the monitoring jobs.
|
MonitoringNetworkConfig.Builder |
enableNetworkIsolation(Boolean enableNetworkIsolation)
Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.
|
default MonitoringNetworkConfig.Builder |
vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Sets the value of the VpcConfig property for this object.
|
MonitoringNetworkConfig.Builder |
vpcConfig(VpcConfig vpcConfig)
Sets the value of the VpcConfig property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitoringNetworkConfig.Builder enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)
Whether to encrypt all communications between the instances used for the monitoring jobs. Choose
True to encrypt communications. Encryption provides greater security for distributed jobs, but
the processing might take longer.
enableInterContainerTrafficEncryption - Whether to encrypt all communications between the instances used for the monitoring jobs. Choose
True to encrypt communications. Encryption provides greater security for distributed
jobs, but the processing might take longer.MonitoringNetworkConfig.Builder enableNetworkIsolation(Boolean enableNetworkIsolation)
Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.
enableNetworkIsolation - Whether to allow inbound and outbound network calls to and from the containers used for the monitoring
job.MonitoringNetworkConfig.Builder vpcConfig(VpcConfig vpcConfig)
vpcConfig - The new value for the VpcConfig property for this object.default MonitoringNetworkConfig.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 © 2022. All rights reserved.