@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 |
|---|---|
String |
availabilityZoneGroup()
The Availability Zone group for a DB instance.
|
List<AvailabilityZone> |
availabilityZones()
A list of Availability Zones for a DB instance.
|
List<AvailableProcessorFeature> |
availableProcessorFeatures()
A list of the available processor features for the DB instance class of 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()
Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasAvailableProcessorFeatures()
Returns true if the AvailableProcessorFeatures property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasSupportedEngineModes()
Returns true if the SupportedEngineModes property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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 |
outpostCapable()
Whether a DB instance supports RDS on Outposts.
|
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.
|
List<String> |
supportedEngineModes()
A list of the supported DB engine modes.
|
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 Aurora 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 |
supportsKerberosAuthentication()
Whether a DB instance supports Kerberos Authentication.
|
Boolean |
supportsPerformanceInsights()
True if a DB instance supports Performance Insights, otherwise false.
|
Boolean |
supportsStorageAutoscaling()
Whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.
|
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 String availabilityZoneGroup()
The Availability Zone group for a DB instance.
public final boolean hasAvailabilityZones()
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.
You can use hasAvailabilityZones() to see if a value was sent in this field.
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()
True if a DB instance supports Performance Insights, otherwise false.
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 hasAvailableProcessorFeatures()
public final List<AvailableProcessorFeature> availableProcessorFeatures()
A list of the available processor features for the DB instance class of a DB instance.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAvailableProcessorFeatures() to see if a value was sent in this field.
public final boolean hasSupportedEngineModes()
public final List<String> supportedEngineModes()
A list of the supported DB engine modes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSupportedEngineModes() to see if a value was sent in this field.
public final Boolean supportsStorageAutoscaling()
Whether Amazon RDS can automatically scale storage for DB instances that use the specified DB instance class.
public final Boolean supportsKerberosAuthentication()
Whether a DB instance supports Kerberos Authentication.
public final Boolean outpostCapable()
Whether a DB instance supports RDS on Outposts.
For more information about RDS on Outposts, see Amazon RDS on AWS Outposts in the Amazon RDS User Guide.
For more information about RDS on Outposts, see Amazon RDS on AWS Outposts in the Amazon RDS User Guide.
public final Boolean supportsGlobalDatabases()
A value that indicates whether you can use Aurora 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 © 2021. All rights reserved.