public static interface AvailableProcessorFeature.Builder extends SdkPojo, CopyableBuilder<AvailableProcessorFeature.Builder,AvailableProcessorFeature>
Modifier and Type | Method and Description |
---|---|
AvailableProcessorFeature.Builder |
allowedValues(String allowedValues)
The allowed values for the processor feature of the DB instance class.
|
AvailableProcessorFeature.Builder |
defaultValue(String defaultValue)
The default value for the processor feature of the DB instance class.
|
AvailableProcessorFeature.Builder |
name(String name)
The name of the processor feature.
|
copy
applyMutation, build
AvailableProcessorFeature.Builder name(String name)
The name of the processor feature. Valid names are coreCount
and threadsPerCore
.
name
- The name of the processor feature. Valid names are coreCount
and
threadsPerCore
.AvailableProcessorFeature.Builder defaultValue(String defaultValue)
The default value for the processor feature of the DB instance class.
defaultValue
- The default value for the processor feature of the DB instance class.AvailableProcessorFeature.Builder allowedValues(String allowedValues)
The allowed values for the processor feature of the DB instance class.
allowedValues
- The allowed values for the processor feature of the DB instance class.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.