@Generated(value="software.amazon.awssdk:codegen") public final class KxNode extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KxNode.Builder,KxNode>
A structure that stores metadata for a kdb node.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KxNode.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZoneId()
The identifier of the availability zones where subnets for the environment are created.
|
static KxNode.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
launchTime()
The time when a particular node is started.
|
String |
nodeId()
A unique identifier for the node.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KxNode.Builder> |
serializableBuilderClass() |
KxNode.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nodeId()
A unique identifier for the node.
public final String availabilityZoneId()
The identifier of the availability zones where subnets for the environment are created.
public final Instant launchTime()
The time when a particular node is started. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public KxNode.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KxNode.Builder,KxNode>public static KxNode.Builder builder()
public static Class<? extends KxNode.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.