Class CfnRouterInputPropsMixin.FlowTransitEncryptionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnRouterInputPropsMixin.FlowTransitEncryptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInputPropsMixin.FlowTransitEncryptionProperty>
- Enclosing interface:
CfnRouterInputPropsMixin.FlowTransitEncryptionProperty
@Stability(Stable)
public static final class CfnRouterInputPropsMixin.FlowTransitEncryptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInputPropsMixin.FlowTransitEncryptionProperty>
A builder for
CfnRouterInputPropsMixin.FlowTransitEncryptionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.encryptionKeyConfiguration(CfnRouterInputPropsMixin.FlowTransitEncryptionKeyConfigurationProperty encryptionKeyConfiguration) encryptionKeyConfiguration(IResolvable encryptionKeyConfiguration) encryptionKeyType(String encryptionKeyType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
encryptionKeyConfiguration
@Stability(Stable) public CfnRouterInputPropsMixin.FlowTransitEncryptionProperty.Builder encryptionKeyConfiguration(IResolvable encryptionKeyConfiguration) Sets the value ofCfnRouterInputPropsMixin.FlowTransitEncryptionProperty.getEncryptionKeyConfiguration()- Parameters:
encryptionKeyConfiguration- Configuration settings for flow transit encryption keys.- Returns:
this
-
encryptionKeyConfiguration
@Stability(Stable) public CfnRouterInputPropsMixin.FlowTransitEncryptionProperty.Builder encryptionKeyConfiguration(CfnRouterInputPropsMixin.FlowTransitEncryptionKeyConfigurationProperty encryptionKeyConfiguration) Sets the value ofCfnRouterInputPropsMixin.FlowTransitEncryptionProperty.getEncryptionKeyConfiguration()- Parameters:
encryptionKeyConfiguration- Configuration settings for flow transit encryption keys.- Returns:
this
-
encryptionKeyType
@Stability(Stable) public CfnRouterInputPropsMixin.FlowTransitEncryptionProperty.Builder encryptionKeyType(String encryptionKeyType) - Parameters:
encryptionKeyType- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInputPropsMixin.FlowTransitEncryptionProperty>- Returns:
- a new instance of
CfnRouterInputPropsMixin.FlowTransitEncryptionProperty - Throws:
NullPointerException- if any required attribute was not provided
-