Class AvailableProcessorFeature
java.lang.Object
software.amazon.awssdk.services.rds.model.AvailableProcessorFeature
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>
@Generated("software.amazon.awssdk:codegen")
public final class AvailableProcessorFeature
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>
Contains the available processor feature information for the DB instance class of a DB instance.
For more information, see Configuring the Processor of the DB Instance Class in the Amazon RDS User Guide.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe allowed values for the processor feature of the DB instance class.builder()final StringThe default value for the processor feature of the DB instance class.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringname()The name of the processor feature.static Class<? extends AvailableProcessorFeature.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
-
name
The name of the processor feature. Valid names are
coreCountandthreadsPerCore.- Returns:
- The name of the processor feature. Valid names are
coreCountandthreadsPerCore.
-
defaultValue
The default value for the processor feature of the DB instance class.
- Returns:
- The default value for the processor feature of the DB instance class.
-
allowedValues
The allowed values for the processor feature of the DB instance class.
- Returns:
- The allowed values for the processor feature of the DB instance class.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>
-
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
-