Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
NodeGroupMember |
NodeGroupMember.clone() |
NodeGroupMember |
NodeGroupMember.withCacheClusterId(String cacheClusterId)
The ID of the cache cluster to which the node belongs.
|
NodeGroupMember |
NodeGroupMember.withCacheNodeId(String cacheNodeId)
The ID of the node within its cache cluster.
|
NodeGroupMember |
NodeGroupMember.withCurrentRole(String currentRole)
The role that is currently assigned to the node -
primary or replica . |
NodeGroupMember |
NodeGroupMember.withPreferredAvailabilityZone(String preferredAvailabilityZone)
The name of the Availability Zone in which the node is located.
|
NodeGroupMember |
NodeGroupMember.withReadEndpoint(Endpoint readEndpoint) |
Modifier and Type | Method and Description |
---|---|
List<NodeGroupMember> |
NodeGroup.getNodeGroupMembers()
A list containing information about individual nodes within the node group (shard).
|
Modifier and Type | Method and Description |
---|---|
NodeGroup |
NodeGroup.withNodeGroupMembers(NodeGroupMember... nodeGroupMembers)
A list containing information about individual nodes within the node group (shard).
|
Modifier and Type | Method and Description |
---|---|
void |
NodeGroup.setNodeGroupMembers(Collection<NodeGroupMember> nodeGroupMembers)
A list containing information about individual nodes within the node group (shard).
|
NodeGroup |
NodeGroup.withNodeGroupMembers(Collection<NodeGroupMember> nodeGroupMembers)
A list containing information about individual nodes within the node group (shard).
|
Copyright © 2017. All rights reserved.