Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.InputDecryptionSettings.Builder
-
Packages that use InputDecryptionSettings.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of InputDecryptionSettings.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return InputDecryptionSettings.Builder Modifier and Type Method Description static InputDecryptionSettings.BuilderInputDecryptionSettings. builder()InputDecryptionSettings.BuilderInputDecryptionSettings.Builder. decryptionMode(String decryptionMode)Specify the encryption mode that you used to encrypt your input files.InputDecryptionSettings.BuilderInputDecryptionSettings.Builder. decryptionMode(DecryptionMode decryptionMode)Specify the encryption mode that you used to encrypt your input files.InputDecryptionSettings.BuilderInputDecryptionSettings.Builder. encryptedDecryptionKey(String encryptedDecryptionKey)Warning! Don't provide your encryption key in plaintext.InputDecryptionSettings.BuilderInputDecryptionSettings.Builder. initializationVector(String initializationVector)Specify the initialization vector that you used when you encrypted your content before uploading it to Amazon S3.InputDecryptionSettings.BuilderInputDecryptionSettings.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.InputDecryptionSettings.BuilderInputDecryptionSettings. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type InputDecryptionSettings.Builder Modifier and Type Method Description static Class<? extends InputDecryptionSettings.Builder>InputDecryptionSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type InputDecryptionSettings.Builder Modifier and Type Method Description default Input.BuilderInput.Builder. decryptionSettings(Consumer<InputDecryptionSettings.Builder> decryptionSettings)Settings for decrypting any input files that you encrypt before you upload them to Amazon S3.
-