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