Interface CustomerContentEncryptionConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CustomerContentEncryptionConfiguration.Builder,,CustomerContentEncryptionConfiguration> SdkBuilder<CustomerContentEncryptionConfiguration.Builder,,CustomerContentEncryptionConfiguration> SdkPojo
- Enclosing class:
 CustomerContentEncryptionConfiguration
public static interface CustomerContentEncryptionConfiguration.Builder
extends SdkPojo, CopyableBuilder<CustomerContentEncryptionConfiguration.Builder,CustomerContentEncryptionConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe KMS key that is used to encrypt the user's data stores in Athena.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
kmsKey
The KMS key that is used to encrypt the user's data stores in Athena.
- Parameters:
 kmsKey- The KMS key that is used to encrypt the user's data stores in Athena.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -