Uses of Interface
software.amazon.awssdk.services.kinesis.model.Shard.Builder
Packages that use Shard.Builder
-
Uses of Shard.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return Shard.BuilderModifier and TypeMethodDescriptionShard.Builder.adjacentParentShardId(String adjacentParentShardId) The shard ID of the shard adjacent to the shard's parent.static Shard.BuilderShard.builder()default Shard.BuilderShard.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.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.default Shard.BuilderShard.Builder.sequenceNumberRange(Consumer<SequenceNumberRange.Builder> sequenceNumberRange) The range of possible sequence numbers for the shard.Shard.Builder.sequenceNumberRange(SequenceNumberRange sequenceNumberRange) The range of possible sequence numbers for the shard.The unique identifier of the shard within the stream.Shard.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type Shard.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Shard.Builder>Shard.serializableBuilderClass()