public static interface NodeGroupConfiguration.Builder extends SdkPojo, CopyableBuilder<NodeGroupConfiguration.Builder,NodeGroupConfiguration>
| Modifier and Type | Method and Description |
|---|---|
NodeGroupConfiguration.Builder |
nodeGroupId(String nodeGroupId)
Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these
configuration values apply to.
|
NodeGroupConfiguration.Builder |
primaryAvailabilityZone(String primaryAvailabilityZone)
The Availability Zone where the primary node of this node group (shard) is launched.
|
NodeGroupConfiguration.Builder |
primaryOutpostArn(String primaryOutpostArn)
The outpost ARN of the primary node.
|
NodeGroupConfiguration.Builder |
replicaAvailabilityZones(Collection<String> replicaAvailabilityZones)
A list of Availability Zones to be used for the read replicas.
|
NodeGroupConfiguration.Builder |
replicaAvailabilityZones(String... replicaAvailabilityZones)
A list of Availability Zones to be used for the read replicas.
|
NodeGroupConfiguration.Builder |
replicaCount(Integer replicaCount)
The number of read replica nodes in this node group (shard).
|
NodeGroupConfiguration.Builder |
replicaOutpostArns(Collection<String> replicaOutpostArns)
The outpost ARN of the node replicas.
|
NodeGroupConfiguration.Builder |
replicaOutpostArns(String... replicaOutpostArns)
The outpost ARN of the node replicas.
|
NodeGroupConfiguration.Builder |
slots(String slots)
A string that specifies the keyspace for a particular node group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodeGroupConfiguration.Builder nodeGroupId(String nodeGroupId)
Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.
nodeGroupId - Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these
configuration values apply to.NodeGroupConfiguration.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.
Example: "0-3999"
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.
Example: "0-3999"
NodeGroupConfiguration.Builder replicaCount(Integer replicaCount)
The number of read replica nodes in this node group (shard).
replicaCount - The number of read replica nodes in this node group (shard).NodeGroupConfiguration.Builder primaryAvailabilityZone(String primaryAvailabilityZone)
The Availability Zone where the primary node of this node group (shard) is launched.
primaryAvailabilityZone - The Availability Zone where the primary node of this node group (shard) is launched.NodeGroupConfiguration.Builder replicaAvailabilityZones(Collection<String> replicaAvailabilityZones)
A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list
must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.
replicaAvailabilityZones - A list of Availability Zones to be used for the read replicas. The number of Availability Zones in
this list must match the value of ReplicaCount or ReplicasPerNodeGroup if
not specified.NodeGroupConfiguration.Builder replicaAvailabilityZones(String... replicaAvailabilityZones)
A list of Availability Zones to be used for the read replicas. The number of Availability Zones in this list
must match the value of ReplicaCount or ReplicasPerNodeGroup if not specified.
replicaAvailabilityZones - A list of Availability Zones to be used for the read replicas. The number of Availability Zones in
this list must match the value of ReplicaCount or ReplicasPerNodeGroup if
not specified.NodeGroupConfiguration.Builder primaryOutpostArn(String primaryOutpostArn)
The outpost ARN of the primary node.
primaryOutpostArn - The outpost ARN of the primary node.NodeGroupConfiguration.Builder replicaOutpostArns(Collection<String> replicaOutpostArns)
The outpost ARN of the node replicas.
replicaOutpostArns - The outpost ARN of the node replicas.NodeGroupConfiguration.Builder replicaOutpostArns(String... replicaOutpostArns)
The outpost ARN of the node replicas.
replicaOutpostArns - The outpost ARN of the node replicas.Copyright © 2023. All rights reserved.