Class SrtCallerDecryption
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.SrtCallerDecryption
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SrtCallerDecryption.Builder,SrtCallerDecryption>
@Generated("software.amazon.awssdk:codegen") public final class SrtCallerDecryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SrtCallerDecryption.Builder,SrtCallerDecryption>
The decryption settings for the SRT caller source. Present only if the source has decryption enabled.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSrtCallerDecryption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Algorithmalgorithm()The algorithm used to encrypt content.StringalgorithmAsString()The algorithm used to encrypt content.static SrtCallerDecryption.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpassphraseSecretArn()The ARN for the secret in Secrets Manager.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SrtCallerDecryption.Builder>serializableBuilderClass()SrtCallerDecryption.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
-
algorithm
public final Algorithm algorithm()
The algorithm used to encrypt content.If the service returns an enum value that is not available in the current SDK version,
algorithmwill returnAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromalgorithmAsString().- Returns:
- The algorithm used to encrypt content.
- See Also:
Algorithm
-
algorithmAsString
public final String algorithmAsString()
The algorithm used to encrypt content.If the service returns an enum value that is not available in the current SDK version,
algorithmwill returnAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromalgorithmAsString().- Returns:
- The algorithm used to encrypt content.
- See Also:
Algorithm
-
passphraseSecretArn
public final String passphraseSecretArn()
The ARN for the secret in Secrets Manager. Someone in your organization must create a secret and provide you with its ARN. The secret holds the passphrase that MediaLive uses to decrypt the source content.- Returns:
- The ARN for the secret in Secrets Manager. Someone in your organization must create a secret and provide you with its ARN. The secret holds the passphrase that MediaLive uses to decrypt the source content.
-
toBuilder
public SrtCallerDecryption.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SrtCallerDecryption.Builder,SrtCallerDecryption>
-
builder
public static SrtCallerDecryption.Builder builder()
-
serializableBuilderClass
public static Class<? extends SrtCallerDecryption.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-