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