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 AWS KMS key ID 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 AWS KMS key ID to use for
encryption of job results.
kmsKeyId - If the encryption type is aws:kms, this optional value specifies the AWS KMS key ID to
use for encryption of job results.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 © 2019. All rights reserved.