Interface ListRecommendersRequest.Builder

    • Method Detail

      • datasetGroupArn

        ListRecommendersRequest.Builder datasetGroupArn​(String datasetGroupArn)

        The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When a Domain dataset group is not specified, all the recommenders associated with the account are listed.

        Parameters:
        datasetGroupArn - The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When a Domain dataset group is not specified, all the recommenders associated with the account are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRecommendersRequest.Builder nextToken​(String nextToken)

        A token returned from the previous call to ListRecommenders for getting the next set of recommenders (if they exist).

        Parameters:
        nextToken - A token returned from the previous call to ListRecommenders for getting the next set of recommenders (if they exist).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListRecommendersRequest.Builder maxResults​(Integer maxResults)

        The maximum number of recommenders to return.

        Parameters:
        maxResults - The maximum number of recommenders to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.