Class CfnChannel.AudioFeedInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.AudioFeedInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.AudioFeedInputProperty>
- Enclosing interface:
CfnChannel.AudioFeedInputProperty
@Stability(Stable)
public static final class CfnChannel.AudioFeedInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.AudioFeedInputProperty>
A builder for
CfnChannel.AudioFeedInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaudioSelectorName(String audioSelectorName) Sets the value ofCfnChannel.AudioFeedInputProperty.getAudioSelectorName()build()Builds the configured instance.Sets the value ofCfnChannel.AudioFeedInputProperty.getFeedInput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
audioSelectorName
@Stability(Stable) public CfnChannel.AudioFeedInputProperty.Builder audioSelectorName(String audioSelectorName) Sets the value ofCfnChannel.AudioFeedInputProperty.getAudioSelectorName()- Parameters:
audioSelectorName- the value to be set.- Returns:
this
-
feedInput
Sets the value ofCfnChannel.AudioFeedInputProperty.getFeedInput()- Parameters:
feedInput- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.AudioFeedInputProperty>- Returns:
- a new instance of
CfnChannel.AudioFeedInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-