Class CfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty>
- Enclosing interface:
CfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty
@Stability(Stable)
public static final class CfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.secretsManager(IResolvable secretsManager)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
automatic
@Stability(Stable) public CfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty.Builder automatic(Object automatic) - Parameters:
automatic- Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.- Returns:
this
-
secretsManager
@Stability(Stable) public CfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty.Builder secretsManager(IResolvable secretsManager) Sets the value ofCfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty.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 CfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty.Builder secretsManager(CfnRouterOutput.SecretsManagerEncryptionKeyConfigurationProperty secretsManager) Sets the value ofCfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty.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 CfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty>- Returns:
- a new instance of
CfnRouterOutput.MediaLiveTransitEncryptionKeyConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-