Interface AvailableProcessorFeature.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>,SdkBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>,SdkPojo
- Enclosing class:
- AvailableProcessorFeature
public static interface AvailableProcessorFeature.Builder extends SdkPojo, CopyableBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AvailableProcessorFeature.BuilderallowedValues(String allowedValues)The allowed values for the processor feature of the DB instance class.AvailableProcessorFeature.BuilderdefaultValue(String defaultValue)The default value for the processor feature of the DB instance class.AvailableProcessorFeature.Buildername(String name)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 Detail
-
name
AvailableProcessorFeature.Builder name(String name)
The name of the processor feature. Valid names are
coreCountandthreadsPerCore.- Parameters:
name- The name of the processor feature. Valid names arecoreCountandthreadsPerCore.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultValue
AvailableProcessorFeature.Builder defaultValue(String 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
AvailableProcessorFeature.Builder allowedValues(String 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.
-
-