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