Interface DescribeFleetsResponse.Builder

    • Method Detail

      • fleets

        DescribeFleetsResponse.Builder fleets​(Collection<Fleet> fleets)

        Information about the fleets.

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

        DescribeFleetsResponse.Builder fleets​(Fleet... fleets)

        Information about the fleets.

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

        DescribeFleetsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        Parameters:
        nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.