| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnSchema |
ColumnSchema.clone() |
ColumnSchema |
ColumnSchema.withDataType(String dataType)
The data type of the column schema.
|
ColumnSchema |
ColumnSchema.withGeographicRole(String geographicRole)
The geographic role of the column schema.
|
ColumnSchema |
ColumnSchema.withName(String name)
The name of the column schema.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnSchema> |
DataSetSchema.getColumnSchemaList()
A structure containing the list of column schemas.
|
| Modifier and Type | Method and Description |
|---|---|
DataSetSchema |
DataSetSchema.withColumnSchemaList(ColumnSchema... columnSchemaList)
A structure containing the list of column schemas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSetSchema.setColumnSchemaList(Collection<ColumnSchema> columnSchemaList)
A structure containing the list of column schemas.
|
DataSetSchema |
DataSetSchema.withColumnSchemaList(Collection<ColumnSchema> columnSchemaList)
A structure containing the list of column schemas.
|
Copyright © 2024. All rights reserved.