@Generated(value="software.amazon.awssdk:codegen") public final class SegmentDeliveryConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SegmentDeliveryConfiguration.Builder,SegmentDeliveryConfiguration>
The segment delivery configuration settings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SegmentDeliveryConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
baseUrl()
The base URL of the host or path of the segment delivery server that you're using to serve segments.
|
static SegmentDeliveryConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A unique identifier used to distinguish between multiple segment delivery configurations in a source location.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SegmentDeliveryConfiguration.Builder> |
serializableBuilderClass() |
SegmentDeliveryConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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*.
https://example.com/some/path. To use a relative URL
specify the relative path, such as /some/path*.public final String name()
A unique identifier used to distinguish between multiple segment delivery configurations in a source location.
public SegmentDeliveryConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SegmentDeliveryConfiguration.Builder,SegmentDeliveryConfiguration>public static SegmentDeliveryConfiguration.Builder builder()
public static Class<? extends SegmentDeliveryConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.