Interface AdBreakOpportunity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AdBreakOpportunity.Builder,
,AdBreakOpportunity> SdkBuilder<AdBreakOpportunity.Builder,
,AdBreakOpportunity> SdkPojo
- Enclosing class:
AdBreakOpportunity
@Mutable
@NotThreadSafe
public static interface AdBreakOpportunity.Builder
extends SdkPojo, CopyableBuilder<AdBreakOpportunity.Builder,AdBreakOpportunity>
-
Method Summary
Modifier and TypeMethodDescriptionoffsetMillis
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-