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