Interface ListLexiconsResponse.Builder

    • Method Detail

      • lexicons

        ListLexiconsResponse.Builder lexicons​(Collection<LexiconDescription> lexicons)

        A list of lexicon names and attributes.

        Parameters:
        lexicons - A list of lexicon names and attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lexicons

        ListLexiconsResponse.Builder lexicons​(LexiconDescription... lexicons)

        A list of lexicon names and attributes.

        Parameters:
        lexicons - A list of lexicon names and attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLexiconsResponse.Builder nextToken​(String nextToken)

        The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

        Parameters:
        nextToken - The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.