@Generated(value="software.amazon.awssdk:codegen") public final class NodeConfigurationOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeConfigurationOption.Builder,NodeConfigurationOption>
A list of node configurations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NodeConfigurationOption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NodeConfigurationOption.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Double |
estimatedDiskUtilizationPercent()
The estimated disk utilizaton percentage.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Mode |
mode()
The category of the node configuration recommendation.
|
String |
modeAsString()
The category of the node configuration recommendation.
|
String |
nodeType()
The node type, such as, "ds2.8xlarge".
|
Integer |
numberOfNodes()
The number of nodes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NodeConfigurationOption.Builder> |
serializableBuilderClass() |
NodeConfigurationOption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String nodeType()
The node type, such as, "ds2.8xlarge".
public Integer numberOfNodes()
The number of nodes.
public Double estimatedDiskUtilizationPercent()
The estimated disk utilizaton percentage.
public Mode mode()
The category of the node configuration recommendation.
If the service returns an enum value that is not available in the current SDK version, mode will return
Mode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
Modepublic String modeAsString()
The category of the node configuration recommendation.
If the service returns an enum value that is not available in the current SDK version, mode will return
Mode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
Modepublic NodeConfigurationOption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NodeConfigurationOption.Builder,NodeConfigurationOption>public static NodeConfigurationOption.Builder builder()
public static Class<? extends NodeConfigurationOption.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.