public static interface UntagColumnOperation.Builder extends SdkPojo, CopyableBuilder<UntagColumnOperation.Builder,UntagColumnOperation>
| Modifier and Type | Method and Description |
|---|---|
UntagColumnOperation.Builder |
columnName(String columnName)
The column that this operation acts on.
|
UntagColumnOperation.Builder |
tagNames(Collection<ColumnTagName> tagNames)
The column tags to remove from this column.
|
UntagColumnOperation.Builder |
tagNames(ColumnTagName... tagNames)
The column tags to remove from this column.
|
UntagColumnOperation.Builder |
tagNamesWithStrings(Collection<String> tagNames)
The column tags to remove from this column.
|
UntagColumnOperation.Builder |
tagNamesWithStrings(String... tagNames)
The column tags to remove from this column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagColumnOperation.Builder columnName(String columnName)
The column that this operation acts on.
columnName - The column that this operation acts on.UntagColumnOperation.Builder tagNamesWithStrings(Collection<String> tagNames)
The column tags to remove from this column.
tagNames - The column tags to remove from this column.UntagColumnOperation.Builder tagNamesWithStrings(String... tagNames)
The column tags to remove from this column.
tagNames - The column tags to remove from this column.UntagColumnOperation.Builder tagNames(Collection<ColumnTagName> tagNames)
The column tags to remove from this column.
tagNames - The column tags to remove from this column.UntagColumnOperation.Builder tagNames(ColumnTagName... tagNames)
The column tags to remove from this column.
tagNames - The column tags to remove from this column.Copyright © 2023. All rights reserved.