Interface AdBreakOpportunity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AdBreakOpportunity.Builder,AdBreakOpportunity>,SdkBuilder<AdBreakOpportunity.Builder,AdBreakOpportunity>,SdkPojo
- Enclosing class:
- AdBreakOpportunity
public static interface AdBreakOpportunity.Builder extends SdkPojo, CopyableBuilder<AdBreakOpportunity.Builder,AdBreakOpportunity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdBreakOpportunity.BuilderoffsetMillis(Long offsetMillis)The offset in milliseconds from the start of the VOD source at which an ad marker was detected.-
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
-
offsetMillis
AdBreakOpportunity.Builder offsetMillis(Long offsetMillis)
The offset in milliseconds from the start of the VOD source at which an ad marker was detected.
- Parameters:
offsetMillis- The offset in milliseconds from the start of the VOD source at which an ad marker was detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-