public static interface ShardConfiguration.Builder extends SdkPojo, CopyableBuilder<ShardConfiguration.Builder,ShardConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ShardConfiguration.Builder |
replicaCount(Integer replicaCount)
The number of read replica nodes in this shard.
|
ShardConfiguration.Builder |
slots(String slots)
A string that specifies the keyspace for a particular node group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildShardConfiguration.Builder slots(String slots)
A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.
slots - A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383.
The string is in the format startkey-endkey.ShardConfiguration.Builder replicaCount(Integer replicaCount)
The number of read replica nodes in this shard.
replicaCount - The number of read replica nodes in this shard.Copyright © 2021. All rights reserved.