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