@Stability(value=Stable)
public static interface CfnDataSet.InputColumnProperty
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.*;
InputColumnProperty inputColumnProperty = InputColumnProperty.builder()
.name("name")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSet.InputColumnProperty.Builder
A builder for
CfnDataSet.InputColumnProperty |
static class |
CfnDataSet.InputColumnProperty.Jsii$Proxy
An implementation for
CfnDataSet.InputColumnProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSet.InputColumnProperty.Builder |
builder() |
String |
getName()
The name of this column in the underlying data source.
|
String |
getType()
The data type of the column.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnDataSet.InputColumnProperty.Builder builder()
Copyright © 2022. All rights reserved.