@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 DAX cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Node.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone (AZ) in which the node has been deployed.
|
static Node.Builder |
builder() |
Endpoint |
endpoint()
The endpoint for the node, consisting of a DNS name and a port number.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
nodeCreateTime()
The date and time (in UNIX epoch format) when the node was launched.
|
String |
nodeId()
A system-generated identifier for the node.
|
String |
nodeStatus()
The current status of the node.
|
String |
parameterGroupStatus()
The status of the parameter group associated with this node.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Node.Builder> |
serializableBuilderClass() |
Node.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nodeId()
A system-generated identifier for the node.
public final Endpoint endpoint()
The endpoint for the node, consisting of a DNS name and a port number. Client applications can connect directly to a node endpoint, if desired (as an alternative to allowing DAX client software to intelligently route requests and responses to nodes in the DAX cluster.
public final Instant nodeCreateTime()
The date and time (in UNIX epoch format) when the node was launched.
public final String availabilityZone()
The Availability Zone (AZ) in which the node has been deployed.
public final String nodeStatus()
The current status of the node. For example: available.
available.public final String parameterGroupStatus()
The status of the parameter group associated with this node. For example, in-sync.
in-sync.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 © 2021. All rights reserved.