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 customer managed KMS key that is used to encrypt the user's data stores in Athena.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, sdkFields
-
Method Details
-
kmsKey
The customer managed KMS key that is used to encrypt the user's data stores in Athena.
- Parameters:
kmsKey
- The customer managed 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.
-