@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
coreCount
and threadsPerCore
.public String defaultValue()
The default value for the processor feature of the DB instance class.
public String allowedValues()
The allowed values for the processor feature of the DB instance class.
public AvailableProcessorFeature.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>
public static AvailableProcessorFeature.Builder builder()
public static Class<? extends AvailableProcessorFeature.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.