@Generated(value="software.amazon.awssdk:codegen") public final class OrderableDBInstanceOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrderableDBInstanceOption.Builder,OrderableDBInstanceOption>
Contains a list of available options for a DB instance.
This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OrderableDBInstanceOption.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<AvailabilityZone> |
availabilityZones()
A list of Availability Zones for a DB instance.
|
static OrderableDBInstanceOption.Builder |
builder() |
String |
dbInstanceClass()
The DB instance class for a DB instance.
|
String |
engine()
The engine type of a DB instance.
|
String |
engineVersion()
The engine version of a DB instance.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAvailabilityZones()
For responses, this returns true if the service returned a value for the AvailabilityZones property.
|
int |
hashCode() |
String |
licenseModel()
The license model for a DB instance.
|
Integer |
maxIopsPerDbInstance()
Maximum total provisioned IOPS for a DB instance.
|
Double |
maxIopsPerGib()
Maximum provisioned IOPS per GiB for a DB instance.
|
Integer |
maxStorageSize()
Maximum storage size for a DB instance.
|
Integer |
minIopsPerDbInstance()
Minimum total provisioned IOPS for a DB instance.
|
Double |
minIopsPerGib()
Minimum provisioned IOPS per GiB for a DB instance.
|
Integer |
minStorageSize()
Minimum storage size for a DB instance.
|
Boolean |
multiAZCapable()
Indicates whether a DB instance is Multi-AZ capable.
|
Boolean |
readReplicaCapable()
Indicates whether a DB instance can have a Read Replica.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OrderableDBInstanceOption.Builder> |
serializableBuilderClass() |
String |
storageType()
Indicates the storage type for a DB instance.
|
Boolean |
supportsEnhancedMonitoring()
Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.
|
Boolean |
supportsGlobalDatabases()
A value that indicates whether you can use Neptune global databases with a specific combination of other DB
engine attributes.
|
Boolean |
supportsIAMDatabaseAuthentication()
Indicates whether a DB instance supports IAM database authentication.
|
Boolean |
supportsIops()
Indicates whether a DB instance supports provisioned IOPS.
|
Boolean |
supportsPerformanceInsights()
(Not supported by Neptune)
|
Boolean |
supportsStorageEncryption()
Indicates whether a DB instance supports encrypted storage.
|
OrderableDBInstanceOption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
vpc()
Indicates whether a DB instance is in a VPC.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String engine()
The engine type of a DB instance.
public final String engineVersion()
The engine version of a DB instance.
public final String dbInstanceClass()
The DB instance class for a DB instance.
public final String licenseModel()
The license model for a DB instance.
public final boolean hasAvailabilityZones()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<AvailabilityZone> availabilityZones()
A list of Availability Zones for a DB instance.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAvailabilityZones() method.
public final Boolean multiAZCapable()
Indicates whether a DB instance is Multi-AZ capable.
public final Boolean readReplicaCapable()
Indicates whether a DB instance can have a Read Replica.
public final Boolean vpc()
Indicates whether a DB instance is in a VPC.
public final Boolean supportsStorageEncryption()
Indicates whether a DB instance supports encrypted storage.
public final String storageType()
Indicates the storage type for a DB instance.
public final Boolean supportsIops()
Indicates whether a DB instance supports provisioned IOPS.
public final Boolean supportsEnhancedMonitoring()
Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.
public final Boolean supportsIAMDatabaseAuthentication()
Indicates whether a DB instance supports IAM database authentication.
public final Boolean supportsPerformanceInsights()
(Not supported by Neptune)
public final Integer minStorageSize()
Minimum storage size for a DB instance.
public final Integer maxStorageSize()
Maximum storage size for a DB instance.
public final Integer minIopsPerDbInstance()
Minimum total provisioned IOPS for a DB instance.
public final Integer maxIopsPerDbInstance()
Maximum total provisioned IOPS for a DB instance.
public final Double minIopsPerGib()
Minimum provisioned IOPS per GiB for a DB instance.
public final Double maxIopsPerGib()
Maximum provisioned IOPS per GiB for a DB instance.
public final Boolean supportsGlobalDatabases()
A value that indicates whether you can use Neptune global databases with a specific combination of other DB engine attributes.
public OrderableDBInstanceOption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OrderableDBInstanceOption.Builder,OrderableDBInstanceOption>public static OrderableDBInstanceOption.Builder builder()
public static Class<? extends OrderableDBInstanceOption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.