Uses of Interface
software.amazon.awssdk.services.memorydb.model.Shard.Builder
-
Packages that use Shard.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of Shard.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return Shard.Builder Modifier and Type Method Description static Shard.BuilderShard. builder()Shard.BuilderShard.Builder. name(String name)The name of the shardShard.BuilderShard.Builder. nodes(Collection<Node> nodes)A list containing information about individual nodes within the shardShard.BuilderShard.Builder. nodes(Consumer<Node.Builder>... nodes)A list containing information about individual nodes within the shardShard.BuilderShard.Builder. nodes(Node... nodes)A list containing information about individual nodes within the shardShard.BuilderShard.Builder. numberOfNodes(Integer numberOfNodes)The number of nodes in the shardShard.BuilderShard.Builder. slots(String slots)The keyspace for this shard.Shard.BuilderShard.Builder. status(String status)The current state of this replication group - creating, available, modifying, deleting.Shard.BuilderShard. toBuilder()Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type Shard.Builder Modifier and Type Method Description static Class<? extends Shard.Builder>Shard. serializableBuilderClass()
-