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
-
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
-CfnPlaybackConfiguration.BumperProperty.EndUrl
.- Returns:
this
-
startUrl
Sets the value ofCfnPlaybackConfiguration.BumperProperty.getStartUrl()
- Parameters:
startUrl
-CfnPlaybackConfiguration.BumperProperty.StartUrl
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnPlaybackConfiguration.BumperProperty>
- Returns:
- a new instance of
CfnPlaybackConfiguration.BumperProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-