@Generated(value="software.amazon.awssdk:codegen") public final class ClusterSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterSummary.Builder,ClusterSummary>
The summary description of the cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterSummary.Builder |
builder() |
String |
clusterArn()
The Amazon Resource Name of the cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the cluster.
|
String |
name()
The name of the cluster.
|
Integer |
normalizedInstanceHours()
An approximation of the cost of the cluster, represented in m1.small/hours.
|
String |
outpostArn()
The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClusterSummary.Builder> |
serializableBuilderClass() |
ClusterStatus |
status()
The details about the current status of the cluster.
|
ClusterSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier for the cluster.
public final String name()
The name of the cluster.
public final ClusterStatus status()
The details about the current status of the cluster.
public final Integer normalizedInstanceHours()
An approximation of the cost of the cluster, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.
public final String clusterArn()
The Amazon Resource Name of the cluster.
public final String outpostArn()
The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
public ClusterSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterSummary.Builder,ClusterSummary>public static ClusterSummary.Builder builder()
public static Class<? extends ClusterSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.