Interface ListKeywordsForDataSourceResponse.Builder

    • Method Detail

      • keywords

        ListKeywordsForDataSourceResponse.Builder keywords​(Collection<String> keywords)

        The list of keywords for the control mapping source.

        Parameters:
        keywords - The list of keywords for the control mapping source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keywords

        ListKeywordsForDataSourceResponse.Builder keywords​(String... keywords)

        The list of keywords for the control mapping source.

        Parameters:
        keywords - The list of keywords for the control mapping source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListKeywordsForDataSourceResponse.Builder nextToken​(String nextToken)

        The pagination token that's used to fetch the next set of results.

        Parameters:
        nextToken - The pagination token that's used to fetch the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.