Interface PreRollVastResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PreRollVastResponse.Builder,,PreRollVastResponse> SdkBuilder<PreRollVastResponse.Builder,,PreRollVastResponse> SdkPojo
- Enclosing class:
PreRollVastResponse
@Mutable
@NotThreadSafe
public static interface PreRollVastResponse.Builder
extends SdkPojo, CopyableBuilder<PreRollVastResponse.Builder,PreRollVastResponse>
-
Method Summary
Modifier and TypeMethodDescriptionadSequencingMode(String adSequencingMode) The ad sequencing mode for live pre-roll ads.adSequencingMode(PreRollAdSequencingMode adSequencingMode) The ad sequencing mode for live pre-roll ads.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
adSequencingMode
The ad sequencing mode for live pre-roll ads.
FOLLOW_AD_SEQUENCEinserts sequenced ads in increasing order and uses standalone ads only as replacements when a sequenced ad fails.IGNORE_AD_SEQUENCEinserts ads in the order they appear in the VAST response, regardless of sequence attributes. The default behavior isIGNORE_AD_SEQUENCE.- Parameters:
adSequencingMode- The ad sequencing mode for live pre-roll ads.FOLLOW_AD_SEQUENCEinserts sequenced ads in increasing order and uses standalone ads only as replacements when a sequenced ad fails.IGNORE_AD_SEQUENCEinserts ads in the order they appear in the VAST response, regardless of sequence attributes. The default behavior isIGNORE_AD_SEQUENCE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
adSequencingMode
The ad sequencing mode for live pre-roll ads.
FOLLOW_AD_SEQUENCEinserts sequenced ads in increasing order and uses standalone ads only as replacements when a sequenced ad fails.IGNORE_AD_SEQUENCEinserts ads in the order they appear in the VAST response, regardless of sequence attributes. The default behavior isIGNORE_AD_SEQUENCE.- Parameters:
adSequencingMode- The ad sequencing mode for live pre-roll ads.FOLLOW_AD_SEQUENCEinserts sequenced ads in increasing order and uses standalone ads only as replacements when a sequenced ad fails.IGNORE_AD_SEQUENCEinserts ads in the order they appear in the VAST response, regardless of sequence attributes. The default behavior isIGNORE_AD_SEQUENCE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-