Interface InputChannelLevel.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputChannelLevel.Builder,InputChannelLevel>,SdkBuilder<InputChannelLevel.Builder,InputChannelLevel>,SdkPojo
- Enclosing class:
- InputChannelLevel
public static interface InputChannelLevel.Builder extends SdkPojo, CopyableBuilder<InputChannelLevel.Builder,InputChannelLevel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputChannelLevel.Buildergain(Integer gain)Remixing value.InputChannelLevel.BuilderinputChannel(Integer inputChannel)The index of the input channel used as a source.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
gain
InputChannelLevel.Builder gain(Integer gain)
Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.- Parameters:
gain- Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputChannel
InputChannelLevel.Builder inputChannel(Integer inputChannel)
The index of the input channel used as a source.- Parameters:
inputChannel- The index of the input channel used as a source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-