Interface AwsEc2LaunchTemplateDataCpuOptionsDetails.Builder

  • Method Details

    • coreCount

      The number of CPU cores for the instance.

      Parameters:
      coreCount - The number of CPU cores for the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • threadsPerCore

      The number of threads per CPU core. A value of 1 disables multithreading for the instance, The default value is 2.

      Parameters:
      threadsPerCore - The number of threads per CPU core. A value of 1 disables multithreading for the instance, The default value is 2.
      Returns:
      Returns a reference to this object so that method calls can be chained together.