Interface ModifyInstanceCpuOptionsResponse.Builder

    • Method Detail

      • instanceId

        ModifyInstanceCpuOptionsResponse.Builder instanceId​(String instanceId)

        The ID of the instance that was updated.

        Parameters:
        instanceId - The ID of the instance that was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • coreCount

        ModifyInstanceCpuOptionsResponse.Builder coreCount​(Integer coreCount)

        The number of CPU cores that are running for the specified instance after the update.

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

        ModifyInstanceCpuOptionsResponse.Builder threadsPerCore​(Integer threadsPerCore)

        The number of threads that are running per CPU core for the specified instance after the update.

        Parameters:
        threadsPerCore - The number of threads that are running per CPU core for the specified instance after the update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.