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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKinesisVideoStreamStartSelector.Builder producerTimestamp(Long producerTimestamp)
The timestamp from the producer corresponding to the fragment.
producerTimestamp - The timestamp from the producer corresponding to the fragment.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 © 2022. All rights reserved.