@Generated(value="software.amazon.awssdk:codegen") public final class HlsManifest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsManifest.Builder,HlsManifest>
Modifier and Type | Class and Description |
---|---|
static interface |
HlsManifest.Builder |
Modifier and Type | Method and Description |
---|---|
AdMarkers |
adMarkers()
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
String |
adMarkersAsString()
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
static HlsManifest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the manifest.
|
Boolean |
includeIframeOnlyStream()
When enabled, an I-Frame only stream will be included in the output.
|
String |
manifestName()
An optional short string appended to the end of the OriginEndpoint URL.
|
PlaylistType |
playlistType()
The HTTP Live Streaming (HLS) playlist type.
|
String |
playlistTypeAsString()
The HTTP Live Streaming (HLS) playlist type.
|
Integer |
playlistWindowSeconds()
Time window (in seconds) contained in each parent manifest.
|
Integer |
programDateTimeIntervalSeconds()
The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HlsManifest.Builder> |
serializableBuilderClass() |
HlsManifest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
url()
The URL of the packaged OriginEndpoint for consumption.
|
copy
public AdMarkers adMarkers()
If the service returns an enum value that is not available in the current SDK version, adMarkers
will
return AdMarkers.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
adMarkersAsString()
.
AdMarkers
public String adMarkersAsString()
If the service returns an enum value that is not available in the current SDK version, adMarkers
will
return AdMarkers.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
adMarkersAsString()
.
AdMarkers
public String id()
public Boolean includeIframeOnlyStream()
public String manifestName()
public PlaylistType playlistType()
If the service returns an enum value that is not available in the current SDK version, playlistType
will
return PlaylistType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
playlistTypeAsString()
.
PlaylistType
public String playlistTypeAsString()
If the service returns an enum value that is not available in the current SDK version, playlistType
will
return PlaylistType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
playlistTypeAsString()
.
PlaylistType
public Integer playlistWindowSeconds()
public Integer programDateTimeIntervalSeconds()
public String url()
public HlsManifest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HlsManifest.Builder,HlsManifest>
public static HlsManifest.Builder builder()
public static Class<? extends HlsManifest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.