Class ServerlessV2FeaturesSupport
- java.lang.Object
-
- software.amazon.awssdk.services.rds.model.ServerlessV2FeaturesSupport
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServerlessV2FeaturesSupport.Builder,ServerlessV2FeaturesSupport>
@Generated("software.amazon.awssdk:codegen") public final class ServerlessV2FeaturesSupport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServerlessV2FeaturesSupport.Builder,ServerlessV2FeaturesSupport>
Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions. You can test the values of this attribute when deciding which Aurora version to use in a new or upgraded DB cluster. You can also retrieve the version of an existing DB cluster and check whether that version supports certain Aurora Serverless v2 features before you attempt to use those features.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServerlessV2FeaturesSupport.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServerlessV2FeaturesSupport.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoublemaxCapacity()Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version.DoubleminCapacity()If the minimum capacity is 0 ACUs, the engine version supports the automatic pause/resume feature of Aurora Serverless v2.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ServerlessV2FeaturesSupport.Builder>serializableBuilderClass()ServerlessV2FeaturesSupport.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
minCapacity
public final Double minCapacity()
If the minimum capacity is 0 ACUs, the engine version supports the automatic pause/resume feature of Aurora Serverless v2.
- Returns:
- If the minimum capacity is 0 ACUs, the engine version supports the automatic pause/resume feature of Aurora Serverless v2.
-
maxCapacity
public final Double maxCapacity()
Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version. Depending on the engine version, the maximum capacity for an Aurora Serverless v2 cluster might be
256or128.- Returns:
- Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version. Depending on the
engine version, the maximum capacity for an Aurora Serverless v2 cluster might be
256or128.
-
toBuilder
public ServerlessV2FeaturesSupport.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServerlessV2FeaturesSupport.Builder,ServerlessV2FeaturesSupport>
-
builder
public static ServerlessV2FeaturesSupport.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServerlessV2FeaturesSupport.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-