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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAvailableProcessorFeature.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringallowedValues()The allowed values for the processor feature of the DB instance class.static AvailableProcessorFeature.Builderbuilder()StringdefaultValue()The default value for the processor feature of the DB instance class.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the processor feature.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AvailableProcessorFeature.Builder>serializableBuilderClass()AvailableProcessorFeature.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
-
name
public final String name()
The name of the processor feature. Valid names are
coreCountandthreadsPerCore.- Returns:
- The name of the processor feature. Valid names are
coreCountandthreadsPerCore.
-
defaultValue
public final String 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
public final String 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
public AvailableProcessorFeature.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>
-
builder
public static AvailableProcessorFeature.Builder builder()
-
serializableBuilderClass
public static Class<? extends AvailableProcessorFeature.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
-
-