Interface ClipRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClipRange.Builder,ClipRange>,SdkBuilder<ClipRange.Builder,ClipRange>,SdkPojo
- Enclosing class:
- ClipRange
public static interface ClipRange.Builder extends SdkPojo, CopyableBuilder<ClipRange.Builder,ClipRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClipRange.BuilderendOffsetMillis(Long endOffsetMillis)The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.ClipRange.BuilderstartOffsetMillis(Long startOffsetMillis)The start offset of the clip range, in milliseconds.-
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
-
endOffsetMillis
ClipRange.Builder endOffsetMillis(Long endOffsetMillis)
The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.
- Parameters:
endOffsetMillis- The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startOffsetMillis
ClipRange.Builder startOffsetMillis(Long startOffsetMillis)
The start offset of the clip range, in milliseconds. This offset truncates the start at the number of milliseconds into the duration of the VOD source.
- Parameters:
startOffsetMillis- The start offset of the clip range, in milliseconds. This offset truncates the start at the number of milliseconds into the duration of the VOD source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-