@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.