Uses of Interface
software.amazon.awssdk.services.quicksight.model.TagColumnOperation.Builder
-
Packages that use TagColumnOperation.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TagColumnOperation.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TagColumnOperation.Builder Modifier and Type Method Description static TagColumnOperation.BuilderTagColumnOperation. builder()TagColumnOperation.BuilderTagColumnOperation.Builder. columnName(String columnName)The column that this operation acts on.TagColumnOperation.BuilderTagColumnOperation.Builder. tags(Collection<ColumnTag> tags)The dataset column tag, currently only used for geospatial type tagging.TagColumnOperation.BuilderTagColumnOperation.Builder. tags(Consumer<ColumnTag.Builder>... tags)The dataset column tag, currently only used for geospatial type tagging.TagColumnOperation.BuilderTagColumnOperation.Builder. tags(ColumnTag... tags)The dataset column tag, currently only used for geospatial type tagging.TagColumnOperation.BuilderTagColumnOperation. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TagColumnOperation.Builder Modifier and Type Method Description static Class<? extends TagColumnOperation.Builder>TagColumnOperation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TagColumnOperation.Builder Modifier and Type Method Description static TransformOperationTransformOperation. fromTagColumnOperation(Consumer<TagColumnOperation.Builder> tagColumnOperation)Create an instance of this class withTransformOperation.tagColumnOperation()initialized to the given value.default TransformOperation.BuilderTransformOperation.Builder. tagColumnOperation(Consumer<TagColumnOperation.Builder> tagColumnOperation)An operation that tags a column with additional information.
-