Interface UpdateLfTagRequest.Builder

    • Method Detail

      • catalogId

        UpdateLfTagRequest.Builder catalogId​(String catalogId)

        The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

        Parameters:
        catalogId - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKey

        UpdateLfTagRequest.Builder tagKey​(String tagKey)

        The key-name for the LF-tag for which to add or delete values.

        Parameters:
        tagKey - The key-name for the LF-tag for which to add or delete values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagValuesToDelete

        UpdateLfTagRequest.Builder tagValuesToDelete​(Collection<String> tagValuesToDelete)

        A list of LF-tag values to delete from the LF-tag.

        Parameters:
        tagValuesToDelete - A list of LF-tag values to delete from the LF-tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagValuesToDelete

        UpdateLfTagRequest.Builder tagValuesToDelete​(String... tagValuesToDelete)

        A list of LF-tag values to delete from the LF-tag.

        Parameters:
        tagValuesToDelete - A list of LF-tag values to delete from the LF-tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagValuesToAdd

        UpdateLfTagRequest.Builder tagValuesToAdd​(Collection<String> tagValuesToAdd)

        A list of LF-tag values to add from the LF-tag.

        Parameters:
        tagValuesToAdd - A list of LF-tag values to add from the LF-tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagValuesToAdd

        UpdateLfTagRequest.Builder tagValuesToAdd​(String... tagValuesToAdd)

        A list of LF-tag values to add from the LF-tag.

        Parameters:
        tagValuesToAdd - A list of LF-tag values to add from the LF-tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.