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