public static interface CfnDataSet.InputColumnProperty
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() |
java.lang.String |
getName()
The name of this column in the underlying data source.
|
java.lang.String |
getType()
The data type of the column.
|
java.lang.String getName()
java.lang.String getType()
static CfnDataSet.InputColumnProperty.Builder builder()