Shard.Builder |
Shard.Builder.adjacentParentShardId(String adjacentParentShardId) |
The shard ID of the shard adjacent to the shard's parent.
|
static Shard.Builder |
Shard.builder() |
|
default Shard.Builder |
Shard.Builder.hashKeyRange(Consumer<HashKeyRange.Builder> hashKeyRange) |
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
|
Shard.Builder |
Shard.Builder.hashKeyRange(HashKeyRange hashKeyRange) |
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
|
Shard.Builder |
Shard.Builder.parentShardId(String parentShardId) |
The shard ID of the shard's parent.
|
default Shard.Builder |
Shard.Builder.sequenceNumberRange(Consumer<SequenceNumberRange.Builder> sequenceNumberRange) |
The range of possible sequence numbers for the shard.
|
Shard.Builder |
Shard.Builder.sequenceNumberRange(SequenceNumberRange sequenceNumberRange) |
The range of possible sequence numbers for the shard.
|
Shard.Builder |
Shard.Builder.shardId(String shardId) |
The unique identifier of the shard within the stream.
|
Shard.Builder |
Shard.toBuilder() |
|