Interface IteratorDescription.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IteratorDescription.Builder,,IteratorDescription> SdkBuilder<IteratorDescription.Builder,,IteratorDescription> SdkPojo
- Enclosing class:
IteratorDescription
-
Method Summary
Modifier and TypeMethodDescriptioniteratorPosition(String iteratorPosition) Indicates the current iterator's position within the shard.iteratorPosition(IteratorPosition iteratorPosition) Indicates the current iterator's position within the shard.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
iteratorPosition
Indicates the current iterator's position within the shard. The possible values are:
-
AT_TIP- No more records are currently available. -
BEHIND_TIP- Additional records may be available.
Stream progresses in absence of customer records.
BEHIND_TIPwith an emptychangeRecordslist indicates the stream is progressing but no customer records are available at this position. Continue polling normally.- Parameters:
iteratorPosition- Indicates the current iterator's position within the shard. The possible values are:-
AT_TIP- No more records are currently available. -
BEHIND_TIP- Additional records may be available.
Stream progresses in absence of customer records.
BEHIND_TIPwith an emptychangeRecordslist indicates the stream is progressing but no customer records are available at this position. Continue polling normally.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
iteratorPosition
Indicates the current iterator's position within the shard. The possible values are:
-
AT_TIP- No more records are currently available. -
BEHIND_TIP- Additional records may be available.
Stream progresses in absence of customer records.
BEHIND_TIPwith an emptychangeRecordslist indicates the stream is progressing but no customer records are available at this position. Continue polling normally.- Parameters:
iteratorPosition- Indicates the current iterator's position within the shard. The possible values are:-
AT_TIP- No more records are currently available. -
BEHIND_TIP- Additional records may be available.
Stream progresses in absence of customer records.
BEHIND_TIPwith an emptychangeRecordslist indicates the stream is progressing but no customer records are available at this position. Continue polling normally.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-