Interface StartPosition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<StartPosition.Builder,,- StartPosition> - SdkBuilder<StartPosition.Builder,,- StartPosition> - SdkPojo
- Enclosing class:
- StartPosition
@Mutable
@NotThreadSafe
public static interface StartPosition.Builder
extends SdkPojo, CopyableBuilder<StartPosition.Builder,StartPosition> 
- 
Method SummaryModifier and TypeMethodDescriptionabsoluteTime(String absoluteTime) The time in ISO format where to start.The ID of the message or event where to start.mostRecent(Integer mostRecent) The start position of the most recent message where you want to start.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe ID of the message or event where to start. - Parameters:
- id- The ID of the message or event where to start.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
absoluteTimeThe 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. - Parameters:
- 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. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
mostRecentThe start position of the most recent message where you want to start. - Parameters:
- mostRecent- The start position of the most recent message where you want to start.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-