@Stability(value=Stable)
public static interface CfnDataSet.CalculatedColumnProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnDataSet.CalculatedColumnProperty.ColumnId`.
|
String |
getColumnName()
`CfnDataSet.CalculatedColumnProperty.ColumnName`.
|
String |
getExpression()
`CfnDataSet.CalculatedColumnProperty.Expression`.
|
@Stability(value=Stable) @NotNull String getColumnId()
@Stability(value=Stable) @NotNull String getColumnName()
@Stability(value=Stable) @NotNull String getExpression()
@Stability(value=Stable) static CfnDataSet.CalculatedColumnProperty.Builder builder()
Copyright © 2021. All rights reserved.