Interface ComputeConfiguration.Builder

  • Method Details

    • vCpu

      The number of vCPUs of the instance type included in your fleet.

      Parameters:
      vCpu - The number of vCPUs of the instance type included in your fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • memory

      The amount of memory of the instance type included in your fleet.

      Parameters:
      memory - The amount of memory of the instance type included in your fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • disk

      The amount of disk space of the instance type included in your fleet.

      Parameters:
      disk - The amount of disk space of the instance type included in your fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • machineType

      ComputeConfiguration.Builder machineType(String machineType)

      The machine type of the instance type included in your fleet.

      Parameters:
      machineType - The machine type of the instance type included in your fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • machineType

      ComputeConfiguration.Builder machineType(MachineType machineType)

      The machine type of the instance type included in your fleet.

      Parameters:
      machineType - The machine type of the instance type included in your fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • instanceType

      ComputeConfiguration.Builder instanceType(String instanceType)

      The EC2 instance type to be launched in your fleet.

      Parameters:
      instanceType - The EC2 instance type to be launched in your fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.