Class InputDecryptionSettings
java.lang.Object
software.amazon.awssdk.services.mediaconvert.model.InputDecryptionSettings
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<InputDecryptionSettings.Builder,- InputDecryptionSettings> 
@Generated("software.amazon.awssdk:codegen")
public final class InputDecryptionSettings
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<InputDecryptionSettings.Builder,InputDecryptionSettings> 
Settings for decrypting any input files that you encrypt before you upload them to Amazon S3. MediaConvert can
 decrypt files only when you use AWS Key Management Service (KMS) to encrypt the data key that you use to encrypt your
 content.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final DecryptionModeSpecify the encryption mode that you used to encrypt your input files.final StringSpecify the encryption mode that you used to encrypt your input files.final StringWarning! Don't provide your encryption key in plaintext.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringSpecify the initialization vector that you used when you encrypted your content before uploading it to Amazon S3.final StringSpecify 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.static Class<? extends InputDecryptionSettings.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
decryptionModeSpecify the encryption mode that you used to encrypt your input files.If the service returns an enum value that is not available in the current SDK version, decryptionModewill returnDecryptionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdecryptionModeAsString().- Returns:
- Specify the encryption mode that you used to encrypt your input files.
- See Also:
 
- 
decryptionModeAsStringSpecify the encryption mode that you used to encrypt your input files.If the service returns an enum value that is not available in the current SDK version, decryptionModewill returnDecryptionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdecryptionModeAsString().- Returns:
- Specify the encryption mode that you used to encrypt your input files.
- See Also:
 
- 
encryptedDecryptionKeyWarning! 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.- Returns:
- 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.
 
- 
initializationVectorSpecify 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.- Returns:
- 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.
 
- 
kmsKeyRegionSpecify 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.- Returns:
- 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.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<InputDecryptionSettings.Builder,- InputDecryptionSettings> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-