Interface SearchTablesByLfTagsResponse.Builder

    • Method Detail

      • nextToken

        SearchTablesByLfTagsResponse.Builder nextToken​(String nextToken)

        A continuation token, present if the current list segment is not the last. On the first run, if you include a not null (a value) token you can get empty pages.

        Parameters:
        nextToken - A continuation token, present if the current list segment is not the last. On the first run, if you include a not null (a value) token you can get empty pages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableList

        SearchTablesByLfTagsResponse.Builder tableList​(Collection<TaggedTable> tableList)

        A list of tables that meet the LF-tag conditions.

        Parameters:
        tableList - A list of tables that meet the LF-tag conditions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableList

        SearchTablesByLfTagsResponse.Builder tableList​(TaggedTable... tableList)

        A list of tables that meet the LF-tag conditions.

        Parameters:
        tableList - A list of tables that meet the LF-tag conditions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.