Interface InstanceTypeCapacity.Builder

    • Method Detail

      • instanceType

        InstanceTypeCapacity.Builder instanceType​(String instanceType)

        The instance type of the hosts.

        Parameters:
        instanceType - The instance type of the hosts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        InstanceTypeCapacity.Builder count​(Integer count)

        The number of instances for the specified instance type.

        Parameters:
        count - The number of instances for the specified instance type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.