Class ServerlessV2FeaturesSupport
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServerlessV2FeaturesSupport.Builder,ServerlessV2FeaturesSupport>
Specifies any Aurora Serverless v2 properties or limits that differ between Aurora engine versions and platform 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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final DoubleSpecifies the upper Aurora Serverless v2 capacity limit for a particular engine version or platform version.final DoubleIf the minimum capacity is 0 ACUs, the engine version or platform version supports the automatic pause/resume feature of Aurora Serverless v2.static Class<? extends ServerlessV2FeaturesSupport.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
minCapacity
If the minimum capacity is 0 ACUs, the engine version or platform version supports the automatic pause/resume feature of Aurora Serverless v2.
- Returns:
- If the minimum capacity is 0 ACUs, the engine version or platform version supports the automatic pause/resume feature of Aurora Serverless v2.
-
maxCapacity
Specifies the upper Aurora Serverless v2 capacity limit for a particular engine version or platform 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 or platform
version. Depending on the engine version, the maximum capacity for an Aurora Serverless v2 cluster might
be
256or128.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServerlessV2FeaturesSupport.Builder,ServerlessV2FeaturesSupport>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-