Class CfnInput.SrtCallerDecryptionRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnInput.SrtCallerDecryptionRequestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInput.SrtCallerDecryptionRequestProperty>
- Enclosing interface:
CfnInput.SrtCallerDecryptionRequestProperty
@Stability(Stable)
public static final class CfnInput.SrtCallerDecryptionRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInput.SrtCallerDecryptionRequestProperty>
A builder for
CfnInput.SrtCallerDecryptionRequestProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnInput.SrtCallerDecryptionRequestProperty.getAlgorithm()build()Builds the configured instance.passphraseSecretArn(String passphraseSecretArn) Sets the value ofCfnInput.SrtCallerDecryptionRequestProperty.getPassphraseSecretArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
algorithm
@Stability(Stable) public CfnInput.SrtCallerDecryptionRequestProperty.Builder algorithm(String algorithm) Sets the value ofCfnInput.SrtCallerDecryptionRequestProperty.getAlgorithm()- Parameters:
algorithm- the value to be set.- Returns:
this
-
passphraseSecretArn
@Stability(Stable) public CfnInput.SrtCallerDecryptionRequestProperty.Builder passphraseSecretArn(String passphraseSecretArn) Sets the value ofCfnInput.SrtCallerDecryptionRequestProperty.getPassphraseSecretArn()- Parameters:
passphraseSecretArn- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInput.SrtCallerDecryptionRequestProperty>- Returns:
- a new instance of
CfnInput.SrtCallerDecryptionRequestProperty - Throws:
NullPointerException- if any required attribute was not provided
-