@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDecryptionSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
InputDecryptionSettings() |
Modifier and Type | Method and Description |
---|---|
InputDecryptionSettings |
clone() |
boolean |
equals(Object obj) |
String |
getDecryptionMode()
Specify the encryption mode that you used to encrypt your input files.
|
String |
getEncryptedDecryptionKey()
Warning! Don't provide your encryption key in plaintext.
|
String |
getInitializationVector()
Specify the initialization vector that you used when you encrypted your content before uploading it to Amazon S3.
|
String |
getKmsKeyRegion()
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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDecryptionMode(String decryptionMode)
Specify the encryption mode that you used to encrypt your input files.
|
void |
setEncryptedDecryptionKey(String encryptedDecryptionKey)
Warning! Don't provide your encryption key in plaintext.
|
void |
setInitializationVector(String initializationVector)
Specify the initialization vector that you used when you encrypted your content before uploading it to Amazon S3.
|
void |
setKmsKeyRegion(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.
|
String |
toString()
Returns a string representation of this object.
|
InputDecryptionSettings |
withDecryptionMode(DecryptionMode decryptionMode)
Specify the encryption mode that you used to encrypt your input files.
|
InputDecryptionSettings |
withDecryptionMode(String decryptionMode)
Specify the encryption mode that you used to encrypt your input files.
|
InputDecryptionSettings |
withEncryptedDecryptionKey(String encryptedDecryptionKey)
Warning! Don't provide your encryption key in plaintext.
|
InputDecryptionSettings |
withInitializationVector(String initializationVector)
Specify the initialization vector that you used when you encrypted your content before uploading it to Amazon S3.
|
InputDecryptionSettings |
withKmsKeyRegion(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.
|
public void setDecryptionMode(String decryptionMode)
decryptionMode
- Specify the encryption mode that you used to encrypt your input files.DecryptionMode
public String getDecryptionMode()
DecryptionMode
public InputDecryptionSettings withDecryptionMode(String decryptionMode)
decryptionMode
- Specify the encryption mode that you used to encrypt your input files.DecryptionMode
public InputDecryptionSettings withDecryptionMode(DecryptionMode decryptionMode)
decryptionMode
- Specify the encryption mode that you used to encrypt your input files.DecryptionMode
public void setEncryptedDecryptionKey(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.public String getEncryptedDecryptionKey()
public InputDecryptionSettings withEncryptedDecryptionKey(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.public void setInitializationVector(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.public String getInitializationVector()
public InputDecryptionSettings withInitializationVector(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.public void setKmsKeyRegion(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.public String getKmsKeyRegion()
public InputDecryptionSettings withKmsKeyRegion(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.public String toString()
toString
in class Object
Object.toString()
public InputDecryptionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.