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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputDecryptionSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputDecryptionSettings.Builderbuilder()DecryptionModedecryptionMode()Specify the encryption mode that you used to encrypt your input files.StringdecryptionModeAsString()Specify the encryption mode that you used to encrypt your input files.StringencryptedDecryptionKey()Warning! Don't provide your encryption key in plaintext.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinitializationVector()Specify the initialization vector that you used when you encrypted your content before uploading it to Amazon S3.StringkmsKeyRegion()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.List<SdkField<?>>sdkFields()static Class<? extends InputDecryptionSettings.Builder>serializableBuilderClass()InputDecryptionSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
decryptionMode
public final DecryptionMode decryptionMode()
Specify 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:
DecryptionMode
-
decryptionModeAsString
public final String decryptionModeAsString()
Specify 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:
DecryptionMode
-
encryptedDecryptionKey
public final String 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.- 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.
-
initializationVector
public final String 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.- 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.
-
kmsKeyRegion
public final 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.- 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.
-
toBuilder
public InputDecryptionSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputDecryptionSettings.Builder,InputDecryptionSettings>
-
builder
public static InputDecryptionSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputDecryptionSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-