Class CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty>
- Enclosing interface:
CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
roleArn
@Stability(Stable) public CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty.Builder roleArn(String roleArn) - Parameters:
roleArn- The ARN of the IAM role used for transit encryption from the router output using AWS Secrets Manager.- Returns:
this
-
secretArn
@Stability(Stable) public CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty.Builder secretArn(String secretArn) - Parameters:
secretArn- The ARN of the AWS Secrets Manager secret used for transit encryption from the router output.- Returns:
this
-
build
@Stability(Stable) public CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.SecretsManagerEncryptionKeyConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-