Interface InstanceTypeCapacity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InstanceTypeCapacity.Builder,InstanceTypeCapacity>, SdkBuilder<InstanceTypeCapacity.Builder,InstanceTypeCapacity>, SdkPojo
Enclosing class:
InstanceTypeCapacity

public static interface InstanceTypeCapacity.Builder extends SdkPojo, CopyableBuilder<InstanceTypeCapacity.Builder,InstanceTypeCapacity>
  • Method Details

    • 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

      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.