CopyableBuilder<NodeGroupMember.Builder,NodeGroupMember>
, SdkBuilder<NodeGroupMember.Builder,NodeGroupMember>
public static interface NodeGroupMember.Builder extends CopyableBuilder<NodeGroupMember.Builder,NodeGroupMember>
Modifier and Type | Method | Description |
---|---|---|
NodeGroupMember.Builder |
cacheClusterId(String cacheClusterId) |
The ID of the cache cluster to which the node belongs.
|
NodeGroupMember.Builder |
cacheNodeId(String cacheNodeId) |
The ID of the node within its cache cluster.
|
NodeGroupMember.Builder |
currentRole(String currentRole) |
The role that is currently assigned to the node -
primary or replica . |
NodeGroupMember.Builder |
preferredAvailabilityZone(String preferredAvailabilityZone) |
The name of the Availability Zone in which the node is located.
|
NodeGroupMember.Builder |
readEndpoint(Endpoint readEndpoint) |
copy
apply, build
NodeGroupMember.Builder cacheClusterId(String cacheClusterId)
The ID of the cache cluster to which the node belongs.
cacheClusterId
- The ID of the cache cluster to which the node belongs.NodeGroupMember.Builder cacheNodeId(String cacheNodeId)
The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).
cacheNodeId
- The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.).NodeGroupMember.Builder readEndpoint(Endpoint readEndpoint)
readEndpoint
- NodeGroupMember.Builder preferredAvailabilityZone(String preferredAvailabilityZone)
The name of the Availability Zone in which the node is located.
preferredAvailabilityZone
- The name of the Availability Zone in which the node is located.NodeGroupMember.Builder currentRole(String currentRole)
The role that is currently assigned to the node - primary
or replica
.
currentRole
- The role that is currently assigned to the node - primary
or replica
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.