Interface ListFleetsResponse.Builder

    • Method Detail

      • fleetSummaryList

        ListFleetsResponse.Builder fleetSummaryList​(Collection<FleetSummary> fleetSummaryList)

        The summary list of the fleets.

        Parameters:
        fleetSummaryList - The summary list of the fleets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fleetSummaryList

        ListFleetsResponse.Builder fleetSummaryList​(FleetSummary... fleetSummaryList)

        The summary list of the fleets.

        Parameters:
        fleetSummaryList - The summary list of the fleets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFleetsResponse.Builder nextToken​(String nextToken)

        The pagination token used 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 used 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.