@Generated(value="software.amazon.awssdk:codegen") public final class HlsManifestCreateOrUpdateParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsManifestCreateOrUpdateParameters.Builder,HlsManifestCreateOrUpdateParameters>
| Modifier and Type | Class and Description |
|---|---|
static interface |
HlsManifestCreateOrUpdateParameters.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.
|
AdsOnDeliveryRestrictions |
adsOnDeliveryRestrictions()
Returns the value of the AdsOnDeliveryRestrictions property for this object.
|
String |
adsOnDeliveryRestrictionsAsString()
Returns the value of the AdsOnDeliveryRestrictions property for this object.
|
List<AdTriggersElement> |
adTriggers()
Returns the value of the AdTriggers property for this object.
|
List<String> |
adTriggersAsStrings()
Returns the value of the AdTriggers property for this object.
|
static HlsManifestCreateOrUpdateParameters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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 HlsManifestCreateOrUpdateParameters.Builder> |
serializableBuilderClass() |
HlsManifestCreateOrUpdateParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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().
AdMarkerspublic 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().
AdMarkerspublic List<AdTriggersElement> adTriggers()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> adTriggersAsStrings()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public AdsOnDeliveryRestrictions adsOnDeliveryRestrictions()
If the service returns an enum value that is not available in the current SDK version,
adsOnDeliveryRestrictions will return AdsOnDeliveryRestrictions.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from adsOnDeliveryRestrictionsAsString().
AdsOnDeliveryRestrictionspublic String adsOnDeliveryRestrictionsAsString()
If the service returns an enum value that is not available in the current SDK version,
adsOnDeliveryRestrictions will return AdsOnDeliveryRestrictions.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from adsOnDeliveryRestrictionsAsString().
AdsOnDeliveryRestrictionspublic 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().
PlaylistTypepublic 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().
PlaylistTypepublic Integer playlistWindowSeconds()
public Integer programDateTimeIntervalSeconds()
public HlsManifestCreateOrUpdateParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HlsManifestCreateOrUpdateParameters.Builder,HlsManifestCreateOrUpdateParameters>public static HlsManifestCreateOrUpdateParameters.Builder builder()
public static Class<? extends HlsManifestCreateOrUpdateParameters.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.