public static interface ProcessorFeature.Builder extends SdkPojo, CopyableBuilder<ProcessorFeature.Builder,ProcessorFeature>
Modifier and Type | Method and Description |
---|---|
ProcessorFeature.Builder |
name(String name)
The name of the processor feature.
|
ProcessorFeature.Builder |
value(String value)
The value of a processor feature name.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ProcessorFeature.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
.ProcessorFeature.Builder value(String value)
The value of a processor feature name.
value
- The value of a processor feature name.Copyright © 2020. All rights reserved.