public static interface TagColumnOperation.Builder extends SdkPojo, CopyableBuilder<TagColumnOperation.Builder,TagColumnOperation>
| Modifier and Type | Method and Description |
|---|---|
TagColumnOperation.Builder |
columnName(String columnName)
The column that this operation acts on.
|
TagColumnOperation.Builder |
tags(Collection<ColumnTag> tags)
The dataset column tag, currently only used for geospatial type tagging.
|
TagColumnOperation.Builder |
tags(ColumnTag... tags)
The dataset column tag, currently only used for geospatial type tagging.
|
TagColumnOperation.Builder |
tags(Consumer<ColumnTag.Builder>... tags)
The dataset column tag, currently only used for geospatial type tagging.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTagColumnOperation.Builder columnName(String columnName)
The column that this operation acts on.
columnName - The column that this operation acts on.TagColumnOperation.Builder tags(Collection<ColumnTag> tags)
The dataset column tag, currently only used for geospatial type tagging. .
This is not tags for the AWS tagging feature. .
tags - The dataset column tag, currently only used for geospatial type tagging. . This is not tags for the AWS tagging feature. .
TagColumnOperation.Builder tags(ColumnTag... tags)
The dataset column tag, currently only used for geospatial type tagging. .
This is not tags for the AWS tagging feature. .
tags - The dataset column tag, currently only used for geospatial type tagging. . This is not tags for the AWS tagging feature. .
TagColumnOperation.Builder tags(Consumer<ColumnTag.Builder>... tags)
The dataset column tag, currently only used for geospatial type tagging. .
This is not tags for the AWS tagging feature. .
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2020. All rights reserved.