public static interface StartPosition.Builder extends SdkPojo, CopyableBuilder<StartPosition.Builder,StartPosition>
| Modifier and Type | Method and Description |
|---|---|
StartPosition.Builder |
absoluteTime(String absoluteTime)
The time in ISO format where to start.
|
StartPosition.Builder |
id(String id)
The ID of the message or event where to start.
|
StartPosition.Builder |
mostRecent(Integer mostRecent)
The start position of the most recent message where you want to start.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStartPosition.Builder id(String id)
The ID of the message or event where to start.
id - The ID of the message or event where to start.StartPosition.Builder absoluteTime(String absoluteTime)
The time in ISO format where to start.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
absoluteTime - The time in ISO format where to start.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
StartPosition.Builder mostRecent(Integer mostRecent)
The start position of the most recent message where you want to start.
mostRecent - The start position of the most recent message where you want to start.Copyright © 2023. All rights reserved.