Class InputChannelLevel.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.InputChannelLevel.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<InputChannelLevel>
- Enclosing interface:
InputChannelLevel
@Stability(Experimental)
public static final class InputChannelLevel.Builder
extends Object
implements software.amazon.jsii.Builder<InputChannelLevel>
A builder for
InputChannelLevel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofInputChannelLevel.getGain()inputChannel(Number inputChannel) Sets the value ofInputChannelLevel.getInputChannel()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputChannel
Sets the value ofInputChannelLevel.getInputChannel()- Parameters:
inputChannel- The index of the input channel to use as a source. This parameter is required.- Returns:
this
-
gain
Sets the value ofInputChannelLevel.getGain()- Parameters:
gain- The remixing gain in dB (-60 to 6).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<InputChannelLevel>- Returns:
- a new instance of
InputChannelLevel - Throws:
NullPointerException- if any required attribute was not provided
-