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.
|
copyapplyMutation, buildProcessorFeature.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.