Interface UntagColumnOperation.Builder

    • Method Detail

      • columnName

        UntagColumnOperation.Builder columnName​(String columnName)

        The column that this operation acts on.

        Parameters:
        columnName - The column that this operation acts on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagNamesWithStrings

        UntagColumnOperation.Builder tagNamesWithStrings​(Collection<String> tagNames)

        The column tags to remove from this column.

        Parameters:
        tagNames - The column tags to remove from this column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagNamesWithStrings

        UntagColumnOperation.Builder tagNamesWithStrings​(String... tagNames)

        The column tags to remove from this column.

        Parameters:
        tagNames - The column tags to remove from this column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagNames

        UntagColumnOperation.Builder tagNames​(Collection<ColumnTagName> tagNames)

        The column tags to remove from this column.

        Parameters:
        tagNames - The column tags to remove from this column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagNames

        UntagColumnOperation.Builder tagNames​(ColumnTagName... tagNames)

        The column tags to remove from this column.

        Parameters:
        tagNames - The column tags to remove from this column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.