Interface AutoMLSecurityConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoMLSecurityConfig.Builder,
,AutoMLSecurityConfig> SdkBuilder<AutoMLSecurityConfig.Builder,
,AutoMLSecurityConfig> SdkPojo
- Enclosing class:
AutoMLSecurityConfig
@Mutable
@NotThreadSafe
public static interface AutoMLSecurityConfig.Builder
extends SdkPojo, CopyableBuilder<AutoMLSecurityConfig.Builder,AutoMLSecurityConfig>
-
Method Summary
Modifier and TypeMethodDescriptionenableInterContainerTrafficEncryption
(Boolean enableInterContainerTrafficEncryption) Whether to use traffic encryption between the container layers.volumeKmsKeyId
(String volumeKmsKeyId) The key used to encrypt stored data.default AutoMLSecurityConfig.Builder
vpcConfig
(Consumer<VpcConfig.Builder> vpcConfig) The VPC configuration.The VPC configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
volumeKmsKeyId
The key used to encrypt stored data.
- Parameters:
volumeKmsKeyId
- The key used to encrypt stored data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableInterContainerTrafficEncryption
AutoMLSecurityConfig.Builder enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption) Whether to use traffic encryption between the container layers.
- Parameters:
enableInterContainerTrafficEncryption
- Whether to use traffic encryption between the container layers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
The VPC configuration.
- Parameters:
vpcConfig
- The VPC configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
The VPC configuration.
This is a convenience method that creates an instance of theVpcConfig.Builder
avoiding the need to create one manually viaVpcConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpcConfig(VpcConfig)
.- Parameters:
vpcConfig
- a consumer that will call methods onVpcConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-