Interface OutputChannelMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutputChannelMapping.Builder,
,OutputChannelMapping> SdkBuilder<OutputChannelMapping.Builder,
,OutputChannelMapping> SdkPojo
- Enclosing class:
OutputChannelMapping
@Mutable
@NotThreadSafe
public static interface OutputChannelMapping.Builder
extends SdkPojo, CopyableBuilder<OutputChannelMapping.Builder,OutputChannelMapping>
-
Method Summary
Modifier and TypeMethodDescriptioninputChannels
(Integer... inputChannels) Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.inputChannels
(Collection<Integer> inputChannels) Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.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.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.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 Details
-
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
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
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
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.
-