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