@Generated(value="software.amazon.awssdk:codegen") public final class Fragment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Fragment.Builder,Fragment>
Represents a segment of video or other time-delimited data.
Modifier and Type | Class and Description |
---|---|
static interface |
Fragment.Builder |
Modifier and Type | Method and Description |
---|---|
static Fragment.Builder |
builder() |
boolean |
equals(Object obj) |
Long |
fragmentLengthInMilliseconds()
The playback duration or other time value associated with the fragment.
|
String |
fragmentNumber()
The index value of the fragment.
|
Long |
fragmentSizeInBytes()
The total fragment size, including information about the fragment and contained media data.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
producerTimestamp()
The time stamp from the producer corresponding to the fragment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Fragment.Builder> |
serializableBuilderClass() |
Instant |
serverTimestamp()
The time stamp from the AWS server corresponding to the fragment.
|
Fragment.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String fragmentNumber()
The index value of the fragment.
public Long fragmentSizeInBytes()
The total fragment size, including information about the fragment and contained media data.
public Instant producerTimestamp()
The time stamp from the producer corresponding to the fragment.
public Instant serverTimestamp()
The time stamp from the AWS server corresponding to the fragment.
public Long fragmentLengthInMilliseconds()
The playback duration or other time value associated with the fragment.
public Fragment.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Fragment.Builder,Fragment>
public static Fragment.Builder builder()
public static Class<? extends Fragment.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.