Interface DescribeRecommendationLimitationsResponse.Builder

    • Method Detail

      • nextToken

        DescribeRecommendationLimitationsResponse.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.
      • limitations

        DescribeRecommendationLimitationsResponse.Builder limitations​(Collection<Limitation> limitations)

        The list of limitations for recommendations of target Amazon Web Services engines.

        Parameters:
        limitations - The list of limitations for recommendations of target Amazon Web Services engines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limitations

        DescribeRecommendationLimitationsResponse.Builder limitations​(Limitation... limitations)

        The list of limitations for recommendations of target Amazon Web Services engines.

        Parameters:
        limitations - The list of limitations for recommendations of target Amazon Web Services engines.
        Returns:
        Returns a reference to this object so that method calls can be chained together.