Interface ComputeConfiguration.Builder

    • Method Detail

      • vCpu

        ComputeConfiguration.Builder vCpu​(Long 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

        ComputeConfiguration.Builder memory​(Long 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

        ComputeConfiguration.Builder disk​(Long 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, MachineType
      • 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:
        MachineType, MachineType