public static interface S3Encryption.Builder extends SdkPojo, CopyableBuilder<S3Encryption.Builder,S3Encryption>
Modifier and Type | Method and Description |
---|---|
S3Encryption.Builder |
kmsKeyArn(String kmsKeyArn)
The AWS ARN of the KMS key to be used to encrypt the data.
|
S3Encryption.Builder |
s3EncryptionMode(S3EncryptionMode s3EncryptionMode)
The encryption mode to use for S3 data.
|
S3Encryption.Builder |
s3EncryptionMode(String s3EncryptionMode)
The encryption mode to use for S3 data.
|
copy
applyMutation, build
S3Encryption.Builder s3EncryptionMode(String s3EncryptionMode)
The encryption mode to use for S3 data.
s3EncryptionMode
- The encryption mode to use for S3 data.S3EncryptionMode
,
S3EncryptionMode
S3Encryption.Builder s3EncryptionMode(S3EncryptionMode s3EncryptionMode)
The encryption mode to use for S3 data.
s3EncryptionMode
- The encryption mode to use for S3 data.S3EncryptionMode
,
S3EncryptionMode
S3Encryption.Builder kmsKeyArn(String kmsKeyArn)
The AWS ARN of the KMS key to be used to encrypt the data.
kmsKeyArn
- The AWS ARN of the KMS key to be used to encrypt the data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.