Interface TagColumnOperation.Builder

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

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

    • columnName

      TagColumnOperation.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.
    • tags

      The dataset column tag, currently only used for geospatial type tagging.

      This is not tags for the Amazon Web Services tagging feature.

      Parameters:
      tags - The dataset column tag, currently only used for geospatial type tagging.

      This is not tags for the Amazon Web Services tagging feature.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The dataset column tag, currently only used for geospatial type tagging.

      This is not tags for the Amazon Web Services tagging feature.

      Parameters:
      tags - The dataset column tag, currently only used for geospatial type tagging.

      This is not tags for the Amazon Web Services tagging feature.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The dataset column tag, currently only used for geospatial type tagging.

      This is not tags for the Amazon Web Services tagging feature.

      This is a convenience method that creates an instance of the ColumnTag.Builder avoiding the need to create one manually via ColumnTag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<ColumnTag>).

      Parameters:
      tags - a consumer that will call methods on ColumnTag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: