| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
static Shard.Builder |
Shard.builder() |
Shard.Builder |
Shard.Builder.name(String name)
The name of the shard
|
Shard.Builder |
Shard.Builder.nodes(Collection<Node> nodes)
A list containing information about individual nodes within the shard
|
Shard.Builder |
Shard.Builder.nodes(Consumer<Node.Builder>... nodes)
A list containing information about individual nodes within the shard
|
Shard.Builder |
Shard.Builder.nodes(Node... nodes)
A list containing information about individual nodes within the shard
|
Shard.Builder |
Shard.Builder.numberOfNodes(Integer numberOfNodes)
The number of nodes in the shard
|
Shard.Builder |
Shard.Builder.slots(String slots)
The keyspace for this shard.
|
Shard.Builder |
Shard.Builder.status(String status)
The current state of this replication group - creating, available, modifying, deleting.
|
Shard.Builder |
Shard.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Shard.Builder> |
Shard.serializableBuilderClass() |
Copyright © 2022. All rights reserved.