@Generated(value="software.amazon.awssdk:codegen") public final class Node extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Node.Builder,Node>
Represents an individual node within a cluster. Each node runs its own instance of the cluster's protocol-compliant caching software.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Node.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone in which the node resides
|
static Node.Builder |
builder() |
Instant |
createTime()
The date and time when the node was created.
|
Endpoint |
endpoint()
The hostname for connecting to this node.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The node identifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Node.Builder> |
serializableBuilderClass() |
String |
status()
The status of the service update on the node
|
Node.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The node identifier. A node name is a numeric identifier (0001, 0002, etc.). The combination of cluster name, shard name and node name uniquely identifies every node used in a customer's Amazon account.
public final String status()
The status of the service update on the node
public final String availabilityZone()
The Availability Zone in which the node resides
public final Instant createTime()
The date and time when the node was created.
public final Endpoint endpoint()
The hostname for connecting to this node.
public Node.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Node.Builder,Node>public static Node.Builder builder()
public static Class<? extends Node.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.