@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AvailableProcessorFeature.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
allowedValues()
The allowed values for the processor feature of the DB instance class.
|
static AvailableProcessorFeature.Builder |
builder() |
String |
defaultValue()
The default value for the processor feature of the DB instance class.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the processor feature.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AvailableProcessorFeature.Builder> |
serializableBuilderClass() |
AvailableProcessorFeature.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the processor feature. Valid names are coreCount and threadsPerCore.
coreCount and threadsPerCore
.public final String defaultValue()
The default value for the processor feature of the DB instance class.
public final String allowedValues()
The allowed values for the processor feature of the DB instance class.
public AvailableProcessorFeature.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>public static AvailableProcessorFeature.Builder builder()
public static Class<? extends AvailableProcessorFeature.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.