public static interface SegmentDeliveryConfiguration.Builder extends SdkPojo, CopyableBuilder<SegmentDeliveryConfiguration.Builder,SegmentDeliveryConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SegmentDeliveryConfiguration.Builder |
baseUrl(String baseUrl)
The base URL of the host or path of the segment delivery server that you're using to serve segments.
|
SegmentDeliveryConfiguration.Builder |
name(String name)
A unique identifier used to distinguish between multiple segment delivery configurations in a source
location.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSegmentDeliveryConfiguration.Builder baseUrl(String 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 as https://example.com/some/path. To use a relative URL specify the
relative path, such as /some/path*.
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 as https://example.com/some/path. To use a
relative URL specify the relative path, such as /some/path*.SegmentDeliveryConfiguration.Builder name(String name)
A unique identifier used to distinguish between multiple segment delivery configurations in a source location.
name - A unique identifier used to distinguish between multiple segment delivery configurations in a source
location.Copyright © 2022. All rights reserved.