Interface EncryptionConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EncryptionConfig.Builder,,EncryptionConfig> SdkBuilder<EncryptionConfig.Builder,,EncryptionConfig> SdkPojo
- Enclosing class:
EncryptionConfig
@Mutable
@NotThreadSafe
public static interface EncryptionConfig.Builder
extends SdkPojo, CopyableBuilder<EncryptionConfig.Builder,EncryptionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionawsOwnedKey(Boolean awsOwnedKey) Indicates whether to use an Amazon Web Services-owned key for encryption.The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.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, sdkFieldNameToField, sdkFields
-
Method Details
-
awsOwnedKey
Indicates whether to use an Amazon Web Services-owned key for encryption.
- Parameters:
awsOwnedKey- Indicates whether to use an Amazon Web Services-owned key for encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.
- Parameters:
kmsKeyArn- The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-