public static interface CfnTemplate.ColumnGroupSchemaProperty
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.*; ColumnGroupSchemaProperty columnGroupSchemaProperty = ColumnGroupSchemaProperty.builder() .columnGroupColumnSchemaList(List.of(ColumnGroupColumnSchemaProperty.builder() .name("name") .build())) .name("name") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTemplate.ColumnGroupSchemaProperty.Builder
A builder for
CfnTemplate.ColumnGroupSchemaProperty |
static class |
CfnTemplate.ColumnGroupSchemaProperty.Jsii$Proxy
An implementation for
CfnTemplate.ColumnGroupSchemaProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTemplate.ColumnGroupSchemaProperty.Builder |
builder() |
default java.lang.Object |
getColumnGroupColumnSchemaList()
A structure containing the list of schemas for column group columns.
|
default java.lang.String |
getName()
The name of the column group schema.
|
default java.lang.Object getColumnGroupColumnSchemaList()
default java.lang.String getName()
static CfnTemplate.ColumnGroupSchemaProperty.Builder builder()