Class CfnSourceLocationPropsMixin.SegmentDeliveryConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnSourceLocationPropsMixin.SegmentDeliveryConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSourceLocationPropsMixin.SegmentDeliveryConfigurationProperty>
- Enclosing interface:
CfnSourceLocationPropsMixin.SegmentDeliveryConfigurationProperty
@Stability(Stable)
public static final class CfnSourceLocationPropsMixin.SegmentDeliveryConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSourceLocationPropsMixin.SegmentDeliveryConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
baseUrl
@Stability(Stable) public CfnSourceLocationPropsMixin.SegmentDeliveryConfigurationProperty.Builder baseUrl(String baseUrl) - Parameters:
baseUrl- The base URL of the host or path of the segment delivery server that you're using to serve segments. This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such ashttps://example.com/some/path. To use a relative URL specify the relative path, such as/some/path*.- Returns:
this
-
name
@Stability(Stable) public CfnSourceLocationPropsMixin.SegmentDeliveryConfigurationProperty.Builder name(String name) - Parameters:
name- A unique identifier used to distinguish between multiple segment delivery configurations in a source location.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSourceLocationPropsMixin.SegmentDeliveryConfigurationProperty>- Returns:
- a new instance of
CfnSourceLocationPropsMixin.SegmentDeliveryConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-