Interface GetResourceLfTagsResponse.Builder

    • Method Detail

      • lfTagOnDatabase

        GetResourceLfTagsResponse.Builder lfTagOnDatabase​(Collection<LFTagPair> lfTagOnDatabase)

        A list of LF-tags applied to a database resource.

        Parameters:
        lfTagOnDatabase - A list of LF-tags applied to a database resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lfTagOnDatabase

        GetResourceLfTagsResponse.Builder lfTagOnDatabase​(LFTagPair... lfTagOnDatabase)

        A list of LF-tags applied to a database resource.

        Parameters:
        lfTagOnDatabase - A list of LF-tags applied to a database resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lfTagsOnTable

        GetResourceLfTagsResponse.Builder lfTagsOnTable​(Collection<LFTagPair> lfTagsOnTable)

        A list of LF-tags applied to a table resource.

        Parameters:
        lfTagsOnTable - A list of LF-tags applied to a table resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lfTagsOnTable

        GetResourceLfTagsResponse.Builder lfTagsOnTable​(LFTagPair... lfTagsOnTable)

        A list of LF-tags applied to a table resource.

        Parameters:
        lfTagsOnTable - A list of LF-tags applied to a table resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lfTagsOnColumns

        GetResourceLfTagsResponse.Builder lfTagsOnColumns​(Collection<ColumnLFTag> lfTagsOnColumns)

        A list of LF-tags applied to a column resource.

        Parameters:
        lfTagsOnColumns - A list of LF-tags applied to a column resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lfTagsOnColumns

        GetResourceLfTagsResponse.Builder lfTagsOnColumns​(ColumnLFTag... lfTagsOnColumns)

        A list of LF-tags applied to a column resource.

        Parameters:
        lfTagsOnColumns - A list of LF-tags applied to a column resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.