Interface EncryptionAtRestOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionAtRestOptions.Builder,
,EncryptionAtRestOptions> SdkBuilder<EncryptionAtRestOptions.Builder,
,EncryptionAtRestOptions> SdkPojo
- Enclosing class:
EncryptionAtRestOptions
@Mutable
@NotThreadSafe
public static interface EncryptionAtRestOptions.Builder
extends SdkPojo, CopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the KMS key used to encrypt buffer data.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
-
kmsKeyArn
The ARN of the KMS key used to encrypt buffer data. By default, data is encrypted using an Amazon Web Services owned key.
- Parameters:
kmsKeyArn
- The ARN of the KMS key used to encrypt buffer data. By default, data is encrypted using an Amazon Web Services owned key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-