Interface AvailableProcessorFeature.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AvailableProcessorFeature.Builder,
,AvailableProcessorFeature> SdkBuilder<AvailableProcessorFeature.Builder,
,AvailableProcessorFeature> SdkPojo
- Enclosing class:
AvailableProcessorFeature
@Mutable
@NotThreadSafe
public static interface AvailableProcessorFeature.Builder
extends SdkPojo, CopyableBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>
-
Method Summary
Modifier and TypeMethodDescriptionallowedValues
(String allowedValues) The allowed values for the processor feature of the DB instance class.defaultValue
(String defaultValue) The default value for the processor feature of the DB instance class.The name of the processor feature.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the processor feature. Valid names are
coreCount
andthreadsPerCore
.- Parameters:
name
- The name of the processor feature. Valid names arecoreCount
andthreadsPerCore
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultValue
The default value for the processor feature of the DB instance class.
- Parameters:
defaultValue
- The default value for the processor feature of the DB instance class.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedValues
The allowed values for the processor feature of the DB instance class.
- Parameters:
allowedValues
- The allowed values for the processor feature of the DB instance class.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-