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