Interface ProcessorFeature.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProcessorFeature.Builder,ProcessorFeature>,SdkBuilder<ProcessorFeature.Builder,ProcessorFeature>,SdkPojo
- Enclosing class:
- ProcessorFeature
public static interface ProcessorFeature.Builder extends SdkPojo, CopyableBuilder<ProcessorFeature.Builder,ProcessorFeature>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorFeature.Buildername(String name)The name of the processor feature.ProcessorFeature.Buildervalue(String value)The value of a 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
ProcessorFeature.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.
-
value
ProcessorFeature.Builder value(String value)
The value of a processor feature.
- Parameters:
value- The value of a processor feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-