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