Interface DescribeRecommendationLimitationsResponse.Builder

  • Method Details

    • 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

      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

      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

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

      This is a convenience method that creates an instance of the Limitation.Builder avoiding the need to create one manually via Limitation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to limitations(List<Limitation>).

      Parameters:
      limitations - a consumer that will call methods on Limitation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: