Interface OutputChannelMapping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutputChannelMapping.Builder,OutputChannelMapping>,SdkBuilder<OutputChannelMapping.Builder,OutputChannelMapping>,SdkPojo
- Enclosing class:
- OutputChannelMapping
public static interface OutputChannelMapping.Builder extends SdkPojo, CopyableBuilder<OutputChannelMapping.Builder,OutputChannelMapping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputChannelMapping.BuilderinputChannels(Integer... inputChannels)Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.OutputChannelMapping.BuilderinputChannels(Collection<Integer> inputChannels)Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.OutputChannelMapping.BuilderinputChannelsFineTune(Double... inputChannelsFineTune)Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9.OutputChannelMapping.BuilderinputChannelsFineTune(Collection<Double> inputChannelsFineTune)Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9.-
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, sdkFields
-
-
-
-
Method Detail
-
inputChannels
OutputChannelMapping.Builder inputChannels(Collection<Integer> inputChannels)
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.- Parameters:
inputChannels- Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputChannels
OutputChannelMapping.Builder inputChannels(Integer... inputChannels)
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.- Parameters:
inputChannels- Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputChannelsFineTune
OutputChannelMapping.Builder inputChannelsFineTune(Collection<Double> inputChannelsFineTune)
Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.- Parameters:
inputChannelsFineTune- Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputChannelsFineTune
OutputChannelMapping.Builder inputChannelsFineTune(Double... inputChannelsFineTune)
Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.- Parameters:
inputChannelsFineTune- Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-