Uses of Interface
software.amazon.awssdk.services.kinesis.model.ChildShard.Builder
-
Packages that use ChildShard.Builder Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of ChildShard.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return ChildShard.Builder Modifier and Type Method Description static ChildShard.BuilderChildShard. builder()default ChildShard.BuilderChildShard.Builder. hashKeyRange(Consumer<HashKeyRange.Builder> hashKeyRange)Sets the value of the HashKeyRange property for this object.ChildShard.BuilderChildShard.Builder. hashKeyRange(HashKeyRange hashKeyRange)Sets the value of the HashKeyRange property for this object.ChildShard.BuilderChildShard.Builder. parentShards(String... parentShards)The current shard that is the parent of the existing child shard.ChildShard.BuilderChildShard.Builder. parentShards(Collection<String> parentShards)The current shard that is the parent of the existing child shard.ChildShard.BuilderChildShard.Builder. shardId(String shardId)The shard ID of the existing child shard of the current shard.ChildShard.BuilderChildShard. toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type ChildShard.Builder Modifier and Type Method Description List<ChildShard.Builder>SubscribeToShardEvent.BuilderImpl. getChildShards()static Class<? extends ChildShard.Builder>ChildShard. serializableBuilderClass()
-