Interface SearchVocabulariesResponse.Builder

    • Method Detail

      • vocabularySummaryList

        SearchVocabulariesResponse.Builder vocabularySummaryList​(Collection<VocabularySummary> vocabularySummaryList)

        The list of the available custom vocabularies.

        Parameters:
        vocabularySummaryList - The list of the available custom vocabularies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vocabularySummaryList

        SearchVocabulariesResponse.Builder vocabularySummaryList​(VocabularySummary... vocabularySummaryList)

        The list of the available custom vocabularies.

        Parameters:
        vocabularySummaryList - The list of the available custom vocabularies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchVocabulariesResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.