Interface VastResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VastResponse.Builder,,VastResponse> SdkBuilder<VastResponse.Builder,,VastResponse> SdkPojo
- Enclosing class:
VastResponse
-
Method Summary
Modifier and TypeMethodDescriptionadSequencingMode(String adSequencingMode) The ad sequencing mode that controls how MediaTailor handles sequenced and standalone ads in VAST responses.adSequencingMode(AdSequencingMode adSequencingMode) The ad sequencing mode that controls how MediaTailor handles sequenced and standalone ads in VAST responses.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 that controls how MediaTailor handles sequenced and standalone ads in VAST responses.
FOLLOW_AD_SEQUENCEinserts sequenced ads in increasing order for both live and VOD workflows, using standalone ads only as replacements when a sequenced ad fails.FOLLOW_AD_SEQUENCE_ONLY_LIVEenables ad sequencing for live workflows only.FOLLOW_AD_SEQUENCE_ONLY_VODenables ad sequencing for VOD workflows only.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 that controls how MediaTailor handles sequenced and standalone ads in VAST responses.FOLLOW_AD_SEQUENCEinserts sequenced ads in increasing order for both live and VOD workflows, using standalone ads only as replacements when a sequenced ad fails.FOLLOW_AD_SEQUENCE_ONLY_LIVEenables ad sequencing for live workflows only.FOLLOW_AD_SEQUENCE_ONLY_VODenables ad sequencing for VOD workflows only.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 that controls how MediaTailor handles sequenced and standalone ads in VAST responses.
FOLLOW_AD_SEQUENCEinserts sequenced ads in increasing order for both live and VOD workflows, using standalone ads only as replacements when a sequenced ad fails.FOLLOW_AD_SEQUENCE_ONLY_LIVEenables ad sequencing for live workflows only.FOLLOW_AD_SEQUENCE_ONLY_VODenables ad sequencing for VOD workflows only.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 that controls how MediaTailor handles sequenced and standalone ads in VAST responses.FOLLOW_AD_SEQUENCEinserts sequenced ads in increasing order for both live and VOD workflows, using standalone ads only as replacements when a sequenced ad fails.FOLLOW_AD_SEQUENCE_ONLY_LIVEenables ad sequencing for live workflows only.FOLLOW_AD_SEQUENCE_ONLY_VODenables ad sequencing for VOD workflows only.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:
-