public static interface S3Encryption.Builder extends SdkPojo, CopyableBuilder<S3Encryption.Builder,S3Encryption>
| Modifier and Type | Method and Description |
|---|---|
S3Encryption.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
|
S3Encryption.Builder |
s3EncryptionMode(S3EncryptionMode s3EncryptionMode)
The encryption mode to use for Amazon S3 data.
|
S3Encryption.Builder |
s3EncryptionMode(String s3EncryptionMode)
The encryption mode to use for Amazon S3 data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Encryption.Builder s3EncryptionMode(String s3EncryptionMode)
The encryption mode to use for Amazon S3 data.
s3EncryptionMode - The encryption mode to use for Amazon S3 data.S3EncryptionMode,
S3EncryptionModeS3Encryption.Builder s3EncryptionMode(S3EncryptionMode s3EncryptionMode)
The encryption mode to use for Amazon S3 data.
s3EncryptionMode - The encryption mode to use for Amazon S3 data.S3EncryptionMode,
S3EncryptionModeS3Encryption.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.Copyright © 2023. All rights reserved.