Interface DescribeRecommendationsResponse.Builder

    • Method Detail

      • nextToken

        DescribeRecommendationsResponse.Builder nextToken​(String nextToken)

        The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns this token when the number of records in the response is greater than the MaxRecords value. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.

        Parameters:
        nextToken - The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns this token when the number of records in the response is greater than the MaxRecords value. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendations

        DescribeRecommendationsResponse.Builder recommendations​(Collection<Recommendation> recommendations)

        The list of recommendations of target engines that Fleet Advisor created for the source database.

        Parameters:
        recommendations - The list of recommendations of target engines that Fleet Advisor created for the source database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recommendations

        DescribeRecommendationsResponse.Builder recommendations​(Recommendation... recommendations)

        The list of recommendations of target engines that Fleet Advisor created for the source database.

        Parameters:
        recommendations - The list of recommendations of target engines that Fleet Advisor created for the source database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.