Class CfnPlaybackConfiguration.BumperProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.BumperProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaybackConfiguration.BumperProperty>
- Enclosing interface:
CfnPlaybackConfiguration.BumperProperty
@Stability(Stable)
public static final class CfnPlaybackConfiguration.BumperProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaybackConfiguration.BumperProperty>
A builder for
CfnPlaybackConfiguration.BumperProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPlaybackConfiguration.BumperProperty.getEndUrl()Sets the value ofCfnPlaybackConfiguration.BumperProperty.getStartUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endUrl
Sets the value ofCfnPlaybackConfiguration.BumperProperty.getEndUrl()- Parameters:
endUrl- The URL for the end bumper asset.- Returns:
this
-
startUrl
Sets the value ofCfnPlaybackConfiguration.BumperProperty.getStartUrl()- Parameters:
startUrl- The URL for the start bumper asset.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlaybackConfiguration.BumperProperty>- Returns:
- a new instance of
CfnPlaybackConfiguration.BumperProperty - Throws:
NullPointerException- if any required attribute was not provided
-