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