@Generated(value="software.amazon.awssdk:codegen") public final class CmafPackageCreateOrUpdateParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CmafPackageCreateOrUpdateParameters.Builder,CmafPackageCreateOrUpdateParameters>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CmafPackageCreateOrUpdateParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CmafPackageCreateOrUpdateParameters.Builder |
builder() |
CmafEncryption |
encryption()
Returns the value of the Encryption property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasHlsManifests()
Returns true if the HlsManifests property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<HlsManifestCreateOrUpdateParameters> |
hlsManifests()
A list of HLS manifest configurations
|
List<SdkField<?>> |
sdkFields() |
Integer |
segmentDurationSeconds()
Duration (in seconds) of each segment.
|
String |
segmentPrefix()
An optional custom string that is prepended to the name of each segment.
|
static Class<? extends CmafPackageCreateOrUpdateParameters.Builder> |
serializableBuilderClass() |
StreamSelection |
streamSelection()
Returns the value of the StreamSelection property for this object.
|
CmafPackageCreateOrUpdateParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CmafEncryption encryption()
public final boolean hasHlsManifests()
public final List<HlsManifestCreateOrUpdateParameters> hlsManifests()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasHlsManifests() to see if a value was sent in this field.
public final Integer segmentDurationSeconds()
public final String segmentPrefix()
public final StreamSelection streamSelection()
public CmafPackageCreateOrUpdateParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CmafPackageCreateOrUpdateParameters.Builder,CmafPackageCreateOrUpdateParameters>public static CmafPackageCreateOrUpdateParameters.Builder builder()
public static Class<? extends CmafPackageCreateOrUpdateParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.