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