@Generated(value="software.amazon.awssdk:codegen") public final class DefaultSegmentDeliveryConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultSegmentDeliveryConfiguration.Builder,DefaultSegmentDeliveryConfiguration>
The optional configuration for a server that serves segments. Use this if you want the segment delivery server to be different from the source location server. For example, you can configure your source location server to be an origination server, such as MediaPackage, and the segment delivery server to be a content delivery network (CDN), such as CloudFront. If you don't specify a segment delivery server, then the source location server is used.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DefaultSegmentDeliveryConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
baseUrl()
The hostname of the server that will be used to serve segments.
|
static DefaultSegmentDeliveryConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DefaultSegmentDeliveryConfiguration.Builder> |
serializableBuilderClass() |
DefaultSegmentDeliveryConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String baseUrl()
The hostname of the server that will be used to serve segments. This string must include the protocol, such as https://.
public DefaultSegmentDeliveryConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DefaultSegmentDeliveryConfiguration.Builder,DefaultSegmentDeliveryConfiguration>public static DefaultSegmentDeliveryConfiguration.Builder builder()
public static Class<? extends DefaultSegmentDeliveryConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.