Class DefaultSegmentDeliveryConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.mediatailor.model.DefaultSegmentDeliveryConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DefaultSegmentDeliveryConfiguration.Builder,DefaultSegmentDeliveryConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultSegmentDeliveryConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbaseUrl()The hostname of the server that will be used to serve segments.static DefaultSegmentDeliveryConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DefaultSegmentDeliveryConfiguration.Builder>serializableBuilderClass()DefaultSegmentDeliveryConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
baseUrl
public final String baseUrl()
The hostname of the server that will be used to serve segments. This string must include the protocol, such as https://.
- Returns:
- The hostname of the server that will be used to serve segments. This string must include the protocol, such as https://.
-
toBuilder
public DefaultSegmentDeliveryConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DefaultSegmentDeliveryConfiguration.Builder,DefaultSegmentDeliveryConfiguration>
-
builder
public static DefaultSegmentDeliveryConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DefaultSegmentDeliveryConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-