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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerContentEncryptionConfiguration.BuilderkmsKey(String kmsKey)The 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
kmsKey
CustomerContentEncryptionConfiguration.Builder kmsKey(String 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.
-
-