@Stability(value=Stable)
public static interface CfnDataSet.TagColumnOperationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
TagColumnOperationProperty tagColumnOperationProperty = TagColumnOperationProperty.builder()
.columnName("columnName")
.tags(List.of(ColumnTagProperty.builder()
.columnDescription(ColumnDescriptionProperty.builder()
.text("text")
.build())
.columnGeographicRole("columnGeographicRole")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSet.TagColumnOperationProperty.Builder
A builder for
CfnDataSet.TagColumnOperationProperty |
static class |
CfnDataSet.TagColumnOperationProperty.Jsii$Proxy
An implementation for
CfnDataSet.TagColumnOperationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSet.TagColumnOperationProperty.Builder |
builder() |
String |
getColumnName()
The column that this operation acts on.
|
List<CfnDataSet.ColumnTagProperty> |
getTags()
The dataset column tag, currently only used for geospatial type tagging.
|
@Stability(value=Stable) @NotNull String getColumnName()
@Stability(value=Stable) @NotNull List<CfnDataSet.ColumnTagProperty> getTags()
This is not tags for the AWS tagging feature.
@Stability(value=Stable) static CfnDataSet.TagColumnOperationProperty.Builder builder()
Copyright © 2022. All rights reserved.