| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DataSetConfiguration |
DataSetConfiguration.clone() |
DataSetConfiguration |
DataSetConfiguration.withColumnGroupSchemaList(Collection<ColumnGroupSchema> columnGroupSchemaList)
A structure containing the list of column group schemas.
|
DataSetConfiguration |
DataSetConfiguration.withColumnGroupSchemaList(ColumnGroupSchema... columnGroupSchemaList)
A structure containing the list of column group schemas.
|
DataSetConfiguration |
DataSetConfiguration.withDataSetSchema(DataSetSchema dataSetSchema)
Dataset schema.
|
DataSetConfiguration |
DataSetConfiguration.withPlaceholder(String placeholder)
Placeholder.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSetConfiguration> |
TemplateVersion.getDataSetConfigurations()
Schema of the dataset identified by the placeholder.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateVersion |
TemplateVersion.withDataSetConfigurations(DataSetConfiguration... dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateVersion.setDataSetConfigurations(Collection<DataSetConfiguration> dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
TemplateVersion |
TemplateVersion.withDataSetConfigurations(Collection<DataSetConfiguration> dataSetConfigurations)
Schema of the dataset identified by the placeholder.
|
Copyright © 2020. All rights reserved.