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, sdkFields
copy
applyMutation, build
S3Encryption.Builder s3EncryptionMode(String s3EncryptionMode)
The encryption mode to use for Amazon S3 data.
s3EncryptionMode
- The encryption mode to use for Amazon S3 data.S3EncryptionMode
,
S3EncryptionMode
S3Encryption.Builder s3EncryptionMode(S3EncryptionMode s3EncryptionMode)
The encryption mode to use for Amazon S3 data.
s3EncryptionMode
- The encryption mode to use for Amazon S3 data.S3EncryptionMode
,
S3EncryptionMode
S3Encryption.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 © 2020. All rights reserved.