Interface ListFleetsResponse.Builder

    • Method Detail

      • fleetIds

        ListFleetsResponse.Builder fleetIds​(Collection<String> fleetIds)

        A set of fleet IDs that match the list request.

        Parameters:
        fleetIds - A set of fleet IDs that match the list request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fleetIds

        ListFleetsResponse.Builder fleetIds​(String... fleetIds)

        A set of fleet IDs that match the list request.

        Parameters:
        fleetIds - A set of fleet IDs that match the list request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFleetsResponse.Builder nextToken​(String nextToken)

        A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.

        Parameters:
        nextToken - A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.