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.channel(IChannelRef channel) Sets the value ofMediaLiveChannelConfigurationProps.getChannel()outputName(String outputName) Sets the value ofMediaLiveChannelConfigurationProps.getOutputName()pipeline(MediaLivePipeline pipeline) Sets the value ofMediaLiveChannelConfigurationProps.getPipeline()sourceTransitDecryption(TransitEncryption sourceTransitDecryption) Sets the value ofMediaLiveChannelConfigurationProps.getSourceTransitDecryption()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channel
@Stability(Experimental) public MediaLiveChannelConfigurationProps.Builder channel(IChannelRef channel) Sets the value ofMediaLiveChannelConfigurationProps.getChannel()- Parameters:
channel- The MediaLive channel to use as input. This parameter is required.- Returns:
this
-
outputName
@Stability(Experimental) public MediaLiveChannelConfigurationProps.Builder outputName(String outputName) Sets the value ofMediaLiveChannelConfigurationProps.getOutputName()- Parameters:
outputName- The name of the individual output (within the channel's MediaConnect Router output group) to connect to this router input — not the name of the output group itself. This parameter is required.- Returns:
this
-
pipeline
@Stability(Experimental) public MediaLiveChannelConfigurationProps.Builder pipeline(MediaLivePipeline pipeline) Sets the value ofMediaLiveChannelConfigurationProps.getPipeline()- Parameters:
pipeline- 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. Must match the encryption type configured on the MediaLive channel's MediaConnect Router output group.- 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
-