Class DashPlaylistSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediatailor.model.DashPlaylistSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DashPlaylistSettings.Builder,DashPlaylistSettings>
@Generated("software.amazon.awssdk:codegen") public final class DashPlaylistSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DashPlaylistSettings.Builder,DashPlaylistSettings>
Dash manifest configuration parameters.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDashPlaylistSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DashPlaylistSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermanifestWindowSeconds()The total duration (in seconds) of each manifest.IntegerminBufferTimeSeconds()Minimum amount of content (measured in seconds) that a player must keep available in the buffer.IntegerminUpdatePeriodSeconds()Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.List<SdkField<?>>sdkFields()static Class<? extends DashPlaylistSettings.Builder>serializableBuilderClass()IntegersuggestedPresentationDelaySeconds()Amount of time (in seconds) that the player should be from the live point at the end of the manifest.DashPlaylistSettings.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
-
manifestWindowSeconds
public final Integer manifestWindowSeconds()
The total duration (in seconds) of each manifest. Minimum value:
30seconds. Maximum value:3600seconds.- Returns:
- The total duration (in seconds) of each manifest. Minimum value:
30seconds. Maximum value:3600seconds.
-
minBufferTimeSeconds
public final Integer minBufferTimeSeconds()
Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value:
2seconds. Maximum value:60seconds.- Returns:
- Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum
value:
2seconds. Maximum value:60seconds.
-
minUpdatePeriodSeconds
public final Integer minUpdatePeriodSeconds()
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value:
2seconds. Maximum value:60seconds.- Returns:
- Minimum amount of time (in seconds) that the player should wait before requesting updates to the
manifest. Minimum value:
2seconds. Maximum value:60seconds.
-
suggestedPresentationDelaySeconds
public final Integer suggestedPresentationDelaySeconds()
Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value:
2seconds. Maximum value:60seconds.- Returns:
- Amount of time (in seconds) that the player should be from the live point at the end of the manifest.
Minimum value:
2seconds. Maximum value:60seconds.
-
toBuilder
public DashPlaylistSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DashPlaylistSettings.Builder,DashPlaylistSettings>
-
builder
public static DashPlaylistSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends DashPlaylistSettings.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.
-
-