Class CfnRouterInput.SrtDecryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.SrtDecryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInput.SrtDecryptionConfigurationProperty>
- Enclosing interface:
CfnRouterInput.SrtDecryptionConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInput.SrtDecryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInput.SrtDecryptionConfigurationProperty>
A builder for
CfnRouterInput.SrtDecryptionConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.encryptionKey(IResolvable encryptionKey) Sets the value ofCfnRouterInput.SrtDecryptionConfigurationProperty.getEncryptionKey()Sets the value ofCfnRouterInput.SrtDecryptionConfigurationProperty.getEncryptionKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
encryptionKey
@Stability(Stable) public CfnRouterInput.SrtDecryptionConfigurationProperty.Builder encryptionKey(IResolvable encryptionKey) Sets the value ofCfnRouterInput.SrtDecryptionConfigurationProperty.getEncryptionKey()- Parameters:
encryptionKey- The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN. This parameter is required.- Returns:
this
-
encryptionKey
@Stability(Stable) public CfnRouterInput.SrtDecryptionConfigurationProperty.Builder encryptionKey(CfnRouterInput.SecretsManagerEncryptionKeyConfigurationProperty encryptionKey) Sets the value ofCfnRouterInput.SrtDecryptionConfigurationProperty.getEncryptionKey()- Parameters:
encryptionKey- The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInput.SrtDecryptionConfigurationProperty>- Returns:
- a new instance of
CfnRouterInput.SrtDecryptionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-