Interface SrtCallerDecryptionRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SrtCallerDecryptionRequest.Builder,SrtCallerDecryptionRequest>,SdkBuilder<SrtCallerDecryptionRequest.Builder,SrtCallerDecryptionRequest>,SdkPojo
- Enclosing class:
- SrtCallerDecryptionRequest
public static interface SrtCallerDecryptionRequest.Builder extends SdkPojo, CopyableBuilder<SrtCallerDecryptionRequest.Builder,SrtCallerDecryptionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SrtCallerDecryptionRequest.Builderalgorithm(String algorithm)The algorithm used to encrypt content.SrtCallerDecryptionRequest.Builderalgorithm(Algorithm algorithm)The algorithm used to encrypt content.SrtCallerDecryptionRequest.BuilderpassphraseSecretArn(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
algorithm
SrtCallerDecryptionRequest.Builder algorithm(String algorithm)
The algorithm used to encrypt content.
-
algorithm
SrtCallerDecryptionRequest.Builder algorithm(Algorithm algorithm)
The algorithm used to encrypt content.
-
passphraseSecretArn
SrtCallerDecryptionRequest.Builder passphraseSecretArn(String passphraseSecretArn)
The ARN for the secret in Secrets Manager. Someone in your organization must create a secret and provide you with its ARN. This secret holds the passphrase that MediaLive will use 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. This secret holds the passphrase that MediaLive will use to decrypt the source content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-