Class CfnPlaybackConfiguration.VastResponseProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.VastResponseProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaybackConfiguration.VastResponseProperty>
- Enclosing interface:
CfnPlaybackConfiguration.VastResponseProperty
@Stability(Stable)
public static final class CfnPlaybackConfiguration.VastResponseProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaybackConfiguration.VastResponseProperty>
A builder for
CfnPlaybackConfiguration.VastResponseProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadSequencingMode(String adSequencingMode) Sets the value ofCfnPlaybackConfiguration.VastResponseProperty.getAdSequencingMode()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
adSequencingMode
@Stability(Stable) public CfnPlaybackConfiguration.VastResponseProperty.Builder adSequencingMode(String adSequencingMode) Sets the value ofCfnPlaybackConfiguration.VastResponseProperty.getAdSequencingMode()- Parameters:
adSequencingMode- Determines how MediaTailor sequences ads returned in the VAST response from the Ad Decision Server.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlaybackConfiguration.VastResponseProperty>- Returns:
- a new instance of
CfnPlaybackConfiguration.VastResponseProperty - Throws:
NullPointerException- if any required attribute was not provided
-