Class CfnRouterOutput.SrtEncryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterOutput.SrtEncryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterOutput.SrtEncryptionConfigurationProperty>
- Enclosing interface:
CfnRouterOutput.SrtEncryptionConfigurationProperty
@Stability(Stable)
public static final class CfnRouterOutput.SrtEncryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterOutput.SrtEncryptionConfigurationProperty>
A builder for
CfnRouterOutput.SrtEncryptionConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.encryptionKey(IResolvable encryptionKey) Sets the value ofCfnRouterOutput.SrtEncryptionConfigurationProperty.getEncryptionKey()Sets the value ofCfnRouterOutput.SrtEncryptionConfigurationProperty.getEncryptionKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
encryptionKey
@Stability(Stable) public CfnRouterOutput.SrtEncryptionConfigurationProperty.Builder encryptionKey(IResolvable encryptionKey) Sets the value ofCfnRouterOutput.SrtEncryptionConfigurationProperty.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 CfnRouterOutput.SrtEncryptionConfigurationProperty.Builder encryptionKey(CfnRouterOutput.SecretsManagerEncryptionKeyConfigurationProperty encryptionKey) Sets the value ofCfnRouterOutput.SrtEncryptionConfigurationProperty.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<CfnRouterOutput.SrtEncryptionConfigurationProperty>- Returns:
- a new instance of
CfnRouterOutput.SrtEncryptionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-