Interface BatchGetFleetsResponse.Builder

    • Method Detail

      • fleets

        BatchGetFleetsResponse.Builder fleets​(Collection<Fleet> 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

        BatchGetFleetsResponse.Builder fleets​(Fleet... 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.
      • 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.