public static interface InputDecryptionSettings.Builder extends SdkPojo, CopyableBuilder<InputDecryptionSettings.Builder,InputDecryptionSettings>
Modifier and Type | Method and Description |
---|---|
InputDecryptionSettings.Builder |
decryptionMode(DecryptionMode decryptionMode)
Specify the encryption mode that you used to encrypt your input files.
|
InputDecryptionSettings.Builder |
decryptionMode(String decryptionMode)
Specify the encryption mode that you used to encrypt your input files.
|
InputDecryptionSettings.Builder |
encryptedDecryptionKey(String encryptedDecryptionKey)
Warning! Don't provide your encryption key in plaintext.
|
InputDecryptionSettings.Builder |
initializationVector(String initializationVector)
Specify the initialization vector that you used when you encrypted your content before uploading it to Amazon
S3.
|
InputDecryptionSettings.Builder |
kmsKeyRegion(String kmsKeyRegion)
Specify the AWS Region for AWS Key Management Service (KMS) that you used to encrypt your data key, if that
Region is different from the one you are using for AWS Elemental MediaConvert.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InputDecryptionSettings.Builder decryptionMode(String decryptionMode)
decryptionMode
- Specify the encryption mode that you used to encrypt your input files.DecryptionMode
,
DecryptionMode
InputDecryptionSettings.Builder decryptionMode(DecryptionMode decryptionMode)
decryptionMode
- Specify the encryption mode that you used to encrypt your input files.DecryptionMode
,
DecryptionMode
InputDecryptionSettings.Builder encryptedDecryptionKey(String encryptedDecryptionKey)
encryptedDecryptionKey
- Warning! Don't provide your encryption key in plaintext. Your job settings could be intercepted,
making your encrypted content vulnerable. Specify the encrypted version of the data key that you used
to encrypt your content. The data key must be encrypted by AWS Key Management Service (KMS). The key
can be 128, 192, or 256 bits.InputDecryptionSettings.Builder initializationVector(String initializationVector)
initializationVector
- Specify the initialization vector that you used when you encrypted your content before uploading it to
Amazon S3. You can use a 16-byte initialization vector with any encryption mode. Or, you can use a
12-byte initialization vector with GCM or CTR. MediaConvert accepts only initialization vectors that
are base64-encoded.InputDecryptionSettings.Builder kmsKeyRegion(String kmsKeyRegion)
kmsKeyRegion
- Specify the AWS Region for AWS Key Management Service (KMS) that you used to encrypt your data key, if
that Region is different from the one you are using for AWS Elemental MediaConvert.Copyright © 2019. All rights reserved.