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