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 Amazon Web Services tagging feature.
tags - The dataset column tag, currently only used for geospatial type tagging. This is not tags for the Amazon Web Services tagging feature.
TagColumnOperation.Builder tags(ColumnTag... tags)
The dataset column tag, currently only used for geospatial type tagging.
This is not tags for the Amazon Web Services tagging feature.
tags - The dataset column tag, currently only used for geospatial type tagging. This is not tags for the Amazon Web Services 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 Amazon Web Services tagging feature.
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.
tags - a consumer that will call methods on
ColumnTag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.