Class CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaybackConfiguration.AdMarkerPassthroughProperty>
- Enclosing interface:
CfnPlaybackConfiguration.AdMarkerPassthroughProperty
@Stability(Stable)
public static final class CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaybackConfiguration.AdMarkerPassthroughProperty>
A builder for
CfnPlaybackConfiguration.AdMarkerPassthroughProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPlaybackConfiguration.AdMarkerPassthroughProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnPlaybackConfiguration.AdMarkerPassthroughProperty.getEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
@Stability(Stable) public CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Builder enabled(Boolean enabled) Sets the value ofCfnPlaybackConfiguration.AdMarkerPassthroughProperty.getEnabled()- Parameters:
enabled- Enables ad marker passthrough for your configuration.- Returns:
this
-
enabled
@Stability(Stable) public CfnPlaybackConfiguration.AdMarkerPassthroughProperty.Builder enabled(IResolvable enabled) Sets the value ofCfnPlaybackConfiguration.AdMarkerPassthroughProperty.getEnabled()- Parameters:
enabled- Enables ad marker passthrough for your configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlaybackConfiguration.AdMarkerPassthroughProperty>- Returns:
- a new instance of
CfnPlaybackConfiguration.AdMarkerPassthroughProperty - Throws:
NullPointerException- if any required attribute was not provided
-