public static interface KinesisVideoStreamStartSelector.Builder extends SdkPojo, CopyableBuilder<KinesisVideoStreamStartSelector.Builder,KinesisVideoStreamStartSelector>
| Modifier and Type | Method and Description |
|---|---|
KinesisVideoStreamStartSelector.Builder |
fragmentNumber(String fragmentNumber)
The unique identifier of the fragment.
|
KinesisVideoStreamStartSelector.Builder |
producerTimestamp(Long producerTimestamp)
The timestamp from the producer corresponding to the fragment, in milliseconds, expressed in unix time
format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKinesisVideoStreamStartSelector.Builder producerTimestamp(Long producerTimestamp)
The timestamp from the producer corresponding to the fragment, in milliseconds, expressed in unix time format.
producerTimestamp - The timestamp from the producer corresponding to the fragment, in milliseconds, expressed in unix time
format.KinesisVideoStreamStartSelector.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.Copyright © 2023. All rights reserved.