Uses of Interface
software.amazon.awssdk.services.kinesis.model.HashKeyRange.Builder
Packages that use HashKeyRange.Builder
-
Uses of HashKeyRange.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return HashKeyRange.BuilderModifier and TypeMethodDescriptionstatic HashKeyRange.BuilderHashKeyRange.builder()HashKeyRange.Builder.endingHashKey(String endingHashKey) The ending hash key of the hash key range.HashKeyRange.Builder.startingHashKey(String startingHashKey) The starting hash key of the hash key range.HashKeyRange.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type HashKeyRange.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HashKeyRange.Builder>HashKeyRange.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type HashKeyRange.BuilderModifier and TypeMethodDescriptiondefault ChildShard.BuilderChildShard.Builder.hashKeyRange(Consumer<HashKeyRange.Builder> hashKeyRange) Sets the value of the HashKeyRange property for this object.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.