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 Details

    • name

      The name of the processor feature. Valid names are coreCount and threadsPerCore.

      Parameters:
      name - The name of the processor feature. Valid names are coreCount and threadsPerCore.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of a processor feature name.

      Parameters:
      value - The value of a processor feature name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.