public static interface Fragment.Builder extends SdkPojo, CopyableBuilder<Fragment.Builder,Fragment>
| Modifier and Type | Method and Description |
|---|---|
Fragment.Builder |
fragmentLengthInMilliseconds(Long fragmentLengthInMilliseconds)
The playback duration or other time value associated with the fragment.
|
Fragment.Builder |
fragmentNumber(String fragmentNumber)
The unique identifier of the fragment.
|
Fragment.Builder |
fragmentSizeInBytes(Long fragmentSizeInBytes)
The total fragment size, including information about the fragment and contained media data.
|
Fragment.Builder |
producerTimestamp(Instant producerTimestamp)
The timestamp from the producer corresponding to the fragment.
|
Fragment.Builder |
serverTimestamp(Instant serverTimestamp)
The timestamp from the AWS server corresponding to the fragment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFragment.Builder fragmentNumber(String fragmentNumber)
The unique identifier of the fragment. This value monotonically increases based on the ingestion order.
fragmentNumber - The unique identifier of the fragment. This value monotonically increases based on the ingestion
order.Fragment.Builder fragmentSizeInBytes(Long fragmentSizeInBytes)
The total fragment size, including information about the fragment and contained media data.
fragmentSizeInBytes - The total fragment size, including information about the fragment and contained media data.Fragment.Builder producerTimestamp(Instant producerTimestamp)
The timestamp from the producer corresponding to the fragment.
producerTimestamp - The timestamp from the producer corresponding to the fragment.Fragment.Builder serverTimestamp(Instant serverTimestamp)
The timestamp from the AWS server corresponding to the fragment.
serverTimestamp - The timestamp from the AWS server corresponding to the fragment.Fragment.Builder fragmentLengthInMilliseconds(Long fragmentLengthInMilliseconds)
The playback duration or other time value associated with the fragment.
fragmentLengthInMilliseconds - The playback duration or other time value associated with the fragment.Copyright © 2023. All rights reserved.