Interface StreamSelection.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StreamSelection.Builder,StreamSelection>,SdkBuilder<StreamSelection.Builder,StreamSelection>,SdkPojo
- Enclosing class:
- StreamSelection
public static interface StreamSelection.Builder extends SdkPojo, CopyableBuilder<StreamSelection.Builder,StreamSelection>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamSelection.BuildermaxVideoBitsPerSecond(Integer maxVideoBitsPerSecond)The maximum video bitrate (bps) to include in output.StreamSelection.BuilderminVideoBitsPerSecond(Integer minVideoBitsPerSecond)The minimum video bitrate (bps) to include in output.StreamSelection.BuilderstreamOrder(String streamOrder)A directive that determines the order of streams in the output.StreamSelection.BuilderstreamOrder(StreamOrder streamOrder)A directive that determines the order of streams in the output.-
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
-
maxVideoBitsPerSecond
StreamSelection.Builder maxVideoBitsPerSecond(Integer maxVideoBitsPerSecond)
The maximum video bitrate (bps) to include in output.- Parameters:
maxVideoBitsPerSecond- The maximum video bitrate (bps) to include in output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minVideoBitsPerSecond
StreamSelection.Builder minVideoBitsPerSecond(Integer minVideoBitsPerSecond)
The minimum video bitrate (bps) to include in output.- Parameters:
minVideoBitsPerSecond- The minimum video bitrate (bps) to include in output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamOrder
StreamSelection.Builder streamOrder(String streamOrder)
A directive that determines the order of streams in the output.- Parameters:
streamOrder- A directive that determines the order of streams in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StreamOrder,StreamOrder
-
streamOrder
StreamSelection.Builder streamOrder(StreamOrder streamOrder)
A directive that determines the order of streams in the output.- Parameters:
streamOrder- A directive that determines the order of streams in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StreamOrder,StreamOrder
-
-