Uses of Interface
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.Fragment.Builder
-
Packages that use Fragment.Builder Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia.model -
-
Uses of Fragment.Builder in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return Fragment.Builder Modifier and Type Method Description static Fragment.BuilderFragment. builder()Fragment.BuilderFragment.Builder. fragmentLengthInMilliseconds(Long fragmentLengthInMilliseconds)The playback duration or other time value associated with the fragment.Fragment.BuilderFragment.Builder. fragmentNumber(String fragmentNumber)The unique identifier of the fragment.Fragment.BuilderFragment.Builder. fragmentSizeInBytes(Long fragmentSizeInBytes)The total fragment size, including information about the fragment and contained media data.Fragment.BuilderFragment.Builder. producerTimestamp(Instant producerTimestamp)The timestamp from the producer corresponding to the fragment.Fragment.BuilderFragment.Builder. serverTimestamp(Instant serverTimestamp)The timestamp from the Amazon Web Services server corresponding to the fragment.Fragment.BuilderFragment. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return types with arguments of type Fragment.Builder Modifier and Type Method Description static Class<? extends Fragment.Builder>Fragment. serializableBuilderClass()
-