Interface SrtCallerDecryption.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SrtCallerDecryption.Builder,
,SrtCallerDecryption> SdkBuilder<SrtCallerDecryption.Builder,
,SrtCallerDecryption> SdkPojo
- Enclosing class:
SrtCallerDecryption
public static interface SrtCallerDecryption.Builder
extends SdkPojo, CopyableBuilder<SrtCallerDecryption.Builder,SrtCallerDecryption>
-
Method Summary
Modifier and TypeMethodDescriptionThe algorithm used to encrypt content.The algorithm used to encrypt content.passphraseSecretArn
(String passphraseSecretArn) The ARN for the secret in Secrets Manager.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
algorithm
The algorithm used to encrypt content.- Parameters:
algorithm
- The algorithm used to encrypt content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
algorithm
The algorithm used to encrypt content.- Parameters:
algorithm
- The algorithm used to encrypt content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-