Interface UntagColumnOperation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UntagColumnOperation.Builder,UntagColumnOperation>, SdkBuilder<UntagColumnOperation.Builder,UntagColumnOperation>, SdkPojo
Enclosing class:
UntagColumnOperation

public static interface UntagColumnOperation.Builder extends SdkPojo, CopyableBuilder<UntagColumnOperation.Builder,UntagColumnOperation>
  • Method Details

    • 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

      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

      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.