public static interface Encryption.Builder extends SdkPojo, CopyableBuilder<Encryption.Builder,Encryption>
| Modifier and Type | Method and Description |
|---|---|
Encryption.Builder |
encryptionType(ServerSideEncryption encryptionType)
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,
aws:kms).
|
Encryption.Builder |
encryptionType(String encryptionType)
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,
aws:kms).
|
Encryption.Builder |
kmsContext(String kmsContext)
If the encryption type is
aws:kms, this optional value can be used to specify the encryption
context for the restore results. |
Encryption.Builder |
kmsKeyId(String kmsKeyId)
If the encryption type is
aws:kms, this optional value specifies the ID of the symmetric
customer managed Amazon Web Services KMS CMK to use for encryption of job results. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryption.Builder encryptionType(String encryptionType)
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).
encryptionType - The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,
aws:kms).ServerSideEncryption,
ServerSideEncryptionEncryption.Builder encryptionType(ServerSideEncryption encryptionType)
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).
encryptionType - The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,
aws:kms).ServerSideEncryption,
ServerSideEncryptionEncryption.Builder kmsKeyId(String kmsKeyId)
If the encryption type is aws:kms, this optional value specifies the ID of the symmetric
customer managed Amazon Web Services KMS CMK to use for encryption of job results. Amazon S3 only supports
symmetric CMKs. For more information, see Using symmetric and
asymmetric keys in the Amazon Web Services Key Management Service Developer Guide.
kmsKeyId - If the encryption type is aws:kms, this optional value specifies the ID of the symmetric
customer managed Amazon Web Services KMS CMK to use for encryption of job results. Amazon S3 only
supports symmetric CMKs. For more information, see Using symmetric
and asymmetric keys in the Amazon Web Services Key Management Service Developer Guide.Encryption.Builder kmsContext(String kmsContext)
If the encryption type is aws:kms, this optional value can be used to specify the encryption
context for the restore results.
kmsContext - If the encryption type is aws:kms, this optional value can be used to specify the
encryption context for the restore results.Copyright © 2021. All rights reserved.