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 index value 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 time stamp from the producer corresponding to the fragment.
|
Fragment.Builder |
serverTimestamp(Instant serverTimestamp)
The time stamp from the AWS server corresponding to the fragment.
|
copyapplyMutation, buildFragment.Builder fragmentNumber(String fragmentNumber)
The index value of the fragment.
fragmentNumber - The index value of the fragment.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 time stamp from the producer corresponding to the fragment.
producerTimestamp - The time stamp from the producer corresponding to the fragment.Fragment.Builder serverTimestamp(Instant serverTimestamp)
The time stamp from the AWS server corresponding to the fragment.
serverTimestamp - The time stamp 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.