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