public static interface StartingPosition.Builder extends SdkPojo, CopyableBuilder<StartingPosition.Builder,StartingPosition>
| Modifier and Type | Method and Description |
|---|---|
StartingPosition.Builder |
sequenceNumber(String sequenceNumber)
Sets the value of the SequenceNumber property for this object.
|
StartingPosition.Builder |
timestamp(Instant timestamp)
Sets the value of the Timestamp property for this object.
|
StartingPosition.Builder |
type(ShardIteratorType type)
Sets the value of the Type property for this object.
|
StartingPosition.Builder |
type(String type)
Sets the value of the Type property for this object.
|
copyapplyMutation, buildStartingPosition.Builder type(String type)
type - The new value for the Type property for this object.ShardIteratorType,
ShardIteratorTypeStartingPosition.Builder type(ShardIteratorType type)
type - The new value for the Type property for this object.ShardIteratorType,
ShardIteratorTypeStartingPosition.Builder sequenceNumber(String sequenceNumber)
sequenceNumber - The new value for the SequenceNumber property for this object.StartingPosition.Builder timestamp(Instant timestamp)
timestamp - The new value for the Timestamp property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.