Class MediaLiveChannelConfigurationProps.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.MediaLiveChannelConfigurationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MediaLiveChannelConfigurationProps>
- Enclosing interface:
MediaLiveChannelConfigurationProps
@Stability(Experimental)
public static final class MediaLiveChannelConfigurationProps.Builder
extends Object
implements software.amazon.jsii.Builder<MediaLiveChannelConfigurationProps>
A builder for
MediaLiveChannelConfigurationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.mediaLiveChannelArn(String mediaLiveChannelArn) Sets the value ofMediaLiveChannelConfigurationProps.getMediaLiveChannelArn()mediaLiveChannelOutputName(String mediaLiveChannelOutputName) Sets the value ofMediaLiveChannelConfigurationProps.getMediaLiveChannelOutputName()mediaLivePipelineId(MediaLivePipeline mediaLivePipelineId) Sets the value ofMediaLiveChannelConfigurationProps.getMediaLivePipelineId()sourceTransitDecryption(TransitEncryption sourceTransitDecryption) Sets the value ofMediaLiveChannelConfigurationProps.getSourceTransitDecryption()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mediaLiveChannelArn
@Stability(Experimental) public MediaLiveChannelConfigurationProps.Builder mediaLiveChannelArn(String mediaLiveChannelArn) Sets the value ofMediaLiveChannelConfigurationProps.getMediaLiveChannelArn()- Parameters:
mediaLiveChannelArn- ARN of the MediaLive channel to use as input. This parameter is required. Note: This will change to accept a typed MediaLive channel reference when the- Returns:
this
-
mediaLiveChannelOutputName
@Stability(Experimental) public MediaLiveChannelConfigurationProps.Builder mediaLiveChannelOutputName(String mediaLiveChannelOutputName) Sets the value ofMediaLiveChannelConfigurationProps.getMediaLiveChannelOutputName()- Parameters:
mediaLiveChannelOutputName- The name of the MediaLive channel output to connect to this router input. This parameter is required.- Returns:
this
-
mediaLivePipelineId
@Stability(Experimental) public MediaLiveChannelConfigurationProps.Builder mediaLivePipelineId(MediaLivePipeline mediaLivePipelineId) Sets the value ofMediaLiveChannelConfigurationProps.getMediaLivePipelineId()- Parameters:
mediaLivePipelineId- The MediaLive pipeline to connect to this router input. This parameter is required.- Returns:
this
-
sourceTransitDecryption
@Stability(Experimental) public MediaLiveChannelConfigurationProps.Builder sourceTransitDecryption(TransitEncryption sourceTransitDecryption) Sets the value ofMediaLiveChannelConfigurationProps.getSourceTransitDecryption()- Parameters:
sourceTransitDecryption- Optional transit encryption configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MediaLiveChannelConfigurationProps>- Returns:
- a new instance of
MediaLiveChannelConfigurationProps - Throws:
NullPointerException- if any required attribute was not provided
-