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