@Stability(value=Stable)
public static interface CfnDataSet.CalculatedColumnProperty
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.*;
CalculatedColumnProperty calculatedColumnProperty = CalculatedColumnProperty.builder()
.columnId("columnId")
.columnName("columnName")
.expression("expression")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSet.CalculatedColumnProperty.Builder
A builder for
CfnDataSet.CalculatedColumnProperty |
static class |
CfnDataSet.CalculatedColumnProperty.Jsii$Proxy
An implementation for
CfnDataSet.CalculatedColumnProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSet.CalculatedColumnProperty.Builder |
builder() |
String |
getColumnId()
A unique ID to identify a calculated column.
|
String |
getColumnName()
Column name.
|
String |
getExpression()
An expression that defines the calculated column.
|
@Stability(value=Stable) @NotNull String getColumnId()
During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.
@Stability(value=Stable) @NotNull String getColumnName()
@Stability(value=Stable) @NotNull String getExpression()
@Stability(value=Stable) static CfnDataSet.CalculatedColumnProperty.Builder builder()
Copyright © 2022. All rights reserved.