Interface InstanceRequirements.Builder

  • Method Details

    • allowedInstanceTypes

      InstanceRequirements.Builder allowedInstanceTypes(Collection<String> allowedInstanceTypes)

      The list of allowed instance types. You can specify up to 30 instance types.

      Parameters:
      allowedInstanceTypes - The list of allowed instance types. You can specify up to 30 instance types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedInstanceTypes

      InstanceRequirements.Builder allowedInstanceTypes(String... allowedInstanceTypes)

      The list of allowed instance types. You can specify up to 30 instance types.

      Parameters:
      allowedInstanceTypes - The list of allowed instance types. You can specify up to 30 instance types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.