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