public static interface AutoMLSecurityConfig.Builder extends SdkPojo, CopyableBuilder<AutoMLSecurityConfig.Builder,AutoMLSecurityConfig>
| Modifier and Type | Method and Description |
|---|---|
AutoMLSecurityConfig.Builder |
enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)
Whether to use traffic encryption between the container layers.
|
AutoMLSecurityConfig.Builder |
volumeKmsKeyId(String volumeKmsKeyId)
The key used to encrypt stored data.
|
default AutoMLSecurityConfig.Builder |
vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC configuration.
|
AutoMLSecurityConfig.Builder |
vpcConfig(VpcConfig vpcConfig)
The VPC configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLSecurityConfig.Builder volumeKmsKeyId(String volumeKmsKeyId)
The key used to encrypt stored data.
volumeKmsKeyId - The key used to encrypt stored data.AutoMLSecurityConfig.Builder enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)
Whether to use traffic encryption between the container layers.
enableInterContainerTrafficEncryption - Whether to use traffic encryption between the container layers.AutoMLSecurityConfig.Builder vpcConfig(VpcConfig vpcConfig)
The VPC configuration.
vpcConfig - The VPC configuration.default AutoMLSecurityConfig.Builder vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
The VPC configuration.
This is a convenience method that creates an instance of theVpcConfig.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.