@Generated(value="software.amazon.awssdk:codegen") public final class InputDecryptionSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDecryptionSettings.Builder,InputDecryptionSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputDecryptionSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputDecryptionSettings.Builder |
builder() |
DecryptionMode |
decryptionMode()
Specify the encryption mode that you used to encrypt your input files.
|
String |
decryptionModeAsString()
Specify the encryption mode that you used to encrypt your input files.
|
String |
encryptedDecryptionKey()
Warning! Don't provide your encryption key in plaintext.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
initializationVector()
Specify the initialization vector that you used when you encrypted your content before uploading it to Amazon S3.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputDecryptionSettings.Builder> |
serializableBuilderClass() |
InputDecryptionSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DecryptionMode decryptionMode()
If the service returns an enum value that is not available in the current SDK version, decryptionMode
will return DecryptionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from decryptionModeAsString().
DecryptionModepublic final String decryptionModeAsString()
If the service returns an enum value that is not available in the current SDK version, decryptionMode
will return DecryptionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from decryptionModeAsString().
DecryptionModepublic final String encryptedDecryptionKey()
public final String initializationVector()
public final String kmsKeyRegion()
public InputDecryptionSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputDecryptionSettings.Builder,InputDecryptionSettings>public static InputDecryptionSettings.Builder builder()
public static Class<? extends InputDecryptionSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.