@Generated(value="software.amazon.awssdk:codegen") public final class RelationalDatabaseHardware extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RelationalDatabaseHardware.Builder,RelationalDatabaseHardware>
Describes the hardware of a database.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RelationalDatabaseHardware.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RelationalDatabaseHardware.Builder |
builder() |
Integer |
cpuCount()
The number of vCPUs for the database.
|
Integer |
diskSizeInGb()
The size of the disk for the database.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
ramSizeInGb()
The amount of RAM in GB for the database.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RelationalDatabaseHardware.Builder> |
serializableBuilderClass() |
RelationalDatabaseHardware.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer cpuCount()
The number of vCPUs for the database.
public final Integer diskSizeInGb()
The size of the disk for the database.
public final Float ramSizeInGb()
The amount of RAM in GB for the database.
public RelationalDatabaseHardware.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RelationalDatabaseHardware.Builder,RelationalDatabaseHardware>public static RelationalDatabaseHardware.Builder builder()
public static Class<? extends RelationalDatabaseHardware.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.