public static interface S3EncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<S3EncryptionConfiguration.Builder,S3EncryptionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
S3EncryptionConfiguration.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) for a symmetric customer master key (CMK) in AWS Key Management Service (AWS
KMS).
|
S3EncryptionConfiguration.Builder |
objectEncryptionType(S3ObjectEncryptionType objectEncryptionType)
The Amazon S3 object encryption type.
|
S3EncryptionConfiguration.Builder |
objectEncryptionType(String objectEncryptionType)
The Amazon S3 object encryption type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3EncryptionConfiguration.Builder objectEncryptionType(String objectEncryptionType)
The Amazon S3 object encryption type.
To learn more about server-side encryption options in Amazon S3, see Protecting Data Using Server-Side Encryption in the Amazon S3 Developer Guide.
objectEncryptionType - The Amazon S3 object encryption type.
To learn more about server-side encryption options in Amazon S3, see Protecting Data Using Server-Side Encryption in the Amazon S3 Developer Guide.
S3ObjectEncryptionType,
S3ObjectEncryptionTypeS3EncryptionConfiguration.Builder objectEncryptionType(S3ObjectEncryptionType objectEncryptionType)
The Amazon S3 object encryption type.
To learn more about server-side encryption options in Amazon S3, see Protecting Data Using Server-Side Encryption in the Amazon S3 Developer Guide.
objectEncryptionType - The Amazon S3 object encryption type.
To learn more about server-side encryption options in Amazon S3, see Protecting Data Using Server-Side Encryption in the Amazon S3 Developer Guide.
S3ObjectEncryptionType,
S3ObjectEncryptionTypeS3EncryptionConfiguration.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) for a symmetric customer master key (CMK) in AWS Key Management Service (AWS KMS). Amazon QLDB does not support asymmetric CMKs.
You must provide a KmsKeyArn if you specify SSE_KMS as the
ObjectEncryptionType.
KmsKeyArn is not required if you specify SSE_S3 as the
ObjectEncryptionType.
kmsKeyArn - The Amazon Resource Name (ARN) for a symmetric customer master key (CMK) in AWS Key Management Service
(AWS KMS). Amazon QLDB does not support asymmetric CMKs.
You must provide a KmsKeyArn if you specify SSE_KMS as the
ObjectEncryptionType.
KmsKeyArn is not required if you specify SSE_S3 as the
ObjectEncryptionType.
Copyright © 2020. All rights reserved.