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