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