public static interface Encryption.Builder extends SdkPojo, CopyableBuilder<Encryption.Builder,Encryption>
Modifier and Type | Method and Description |
---|---|
Encryption.Builder |
encryptionType(EncryptionType encryptionType)
The server-side encryption algorithm used when storing job results in Amazon S3, for example
AES256 or aws:kms . |
Encryption.Builder |
encryptionType(String encryptionType)
The server-side encryption algorithm used when storing job results in Amazon S3, for example
AES256 or aws:kms . |
Encryption.Builder |
kmsContext(String kmsContext)
Optional.
|
Encryption.Builder |
kmsKeyId(String kmsKeyId)
The AWS KMS key ID to use for object encryption.
|
copy
applyMutation, build
Encryption.Builder encryptionType(String encryptionType)
The server-side encryption algorithm used when storing job results in Amazon S3, for example
AES256
or aws:kms
.
encryptionType
- The server-side encryption algorithm used when storing job results in Amazon S3, for example
AES256
or aws:kms
.EncryptionType
,
EncryptionType
Encryption.Builder encryptionType(EncryptionType encryptionType)
The server-side encryption algorithm used when storing job results in Amazon S3, for example
AES256
or aws:kms
.
encryptionType
- The server-side encryption algorithm used when storing job results in Amazon S3, for example
AES256
or aws:kms
.EncryptionType
,
EncryptionType
Encryption.Builder kmsKeyId(String kmsKeyId)
The AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS fail if not made by using Secure Sockets Layer (SSL) or Signature Version 4.
kmsKeyId
- The AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by
AWS KMS fail if not made by using Secure Sockets Layer (SSL) or Signature Version 4.Encryption.Builder kmsContext(String kmsContext)
Optional. If the encryption type is aws:kms
, you can use this value to specify the encryption
context for the job results.
kmsContext
- Optional. If the encryption type is aws:kms
, you can use this value to specify the
encryption context for the job results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.