Class CfnPlaybackConfigurationPropsMixin.VastResponseProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnPlaybackConfigurationPropsMixin.VastResponseProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.VastResponseProperty>
- Enclosing interface:
CfnPlaybackConfigurationPropsMixin.VastResponseProperty
@Stability(Stable)
public static final class CfnPlaybackConfigurationPropsMixin.VastResponseProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaybackConfigurationPropsMixin.VastResponseProperty>
A builder for
CfnPlaybackConfigurationPropsMixin.VastResponseProperty-
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 CfnPlaybackConfigurationPropsMixin.VastResponseProperty.Builder adSequencingMode(String adSequencingMode) - 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<CfnPlaybackConfigurationPropsMixin.VastResponseProperty>- Returns:
- a new instance of
CfnPlaybackConfigurationPropsMixin.VastResponseProperty - Throws:
NullPointerException- if any required attribute was not provided
-