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