Interface BatchGetFleetsResponse.Builder

  • Method Details

    • fleets

      Information about the requested compute fleets.

      Parameters:
      fleets - Information about the requested compute fleets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fleets

      Information about the requested compute fleets.

      Parameters:
      fleets - Information about the requested compute fleets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fleets

      Information about the requested compute fleets.

      This is a convenience method that creates an instance of the Fleet.Builder avoiding the need to create one manually via Fleet.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to fleets(List<Fleet>).

      Parameters:
      fleets - a consumer that will call methods on Fleet.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fleetsNotFound

      BatchGetFleetsResponse.Builder fleetsNotFound(Collection<String> fleetsNotFound)

      The names of compute fleets for which information could not be found.

      Parameters:
      fleetsNotFound - The names of compute fleets for which information could not be found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fleetsNotFound

      BatchGetFleetsResponse.Builder fleetsNotFound(String... fleetsNotFound)

      The names of compute fleets for which information could not be found.

      Parameters:
      fleetsNotFound - The names of compute fleets for which information could not be found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.