CopyableBuilder<Shard.Builder,Shard>, SdkBuilder<Shard.Builder,Shard>public static interface Shard.Builder extends CopyableBuilder<Shard.Builder,Shard>
| Modifier and Type | Method | Description |
|---|---|---|
Shard.Builder |
adjacentParentShardId(String adjacentParentShardId) |
The shard ID of the shard adjacent to the shard's parent.
|
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 |
parentShardId(String parentShardId) |
The shard ID of the shard's parent.
|
Shard.Builder |
sequenceNumberRange(SequenceNumberRange sequenceNumberRange) |
The range of possible sequence numbers for the shard.
|
Shard.Builder |
shardId(String shardId) |
The unique identifier of the shard within the stream.
|
copyapply, buildShard.Builder shardId(String shardId)
The unique identifier of the shard within the stream.
shardId - The unique identifier of the shard within the stream.Shard.Builder parentShardId(String parentShardId)
The shard ID of the shard's parent.
parentShardId - The shard ID of the shard's parent.Shard.Builder adjacentParentShardId(String adjacentParentShardId)
The shard ID of the shard adjacent to the shard's parent.
adjacentParentShardId - The shard ID of the shard adjacent to the shard's parent.Shard.Builder hashKeyRange(HashKeyRange hashKeyRange)
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
hashKeyRange - The range of possible hash key values for the shard, which is a set of ordered contiguous positive
integers.Shard.Builder sequenceNumberRange(SequenceNumberRange sequenceNumberRange)
The range of possible sequence numbers for the shard.
sequenceNumberRange - The range of possible sequence numbers for the shard.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.