| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DatasetMetadata |
DatasetMetadata.clone() |
DatasetMetadata |
DatasetMetadata.withCalculatedFields(Collection<TopicCalculatedField> calculatedFields)
The list of calculated field definitions.
|
DatasetMetadata |
DatasetMetadata.withCalculatedFields(TopicCalculatedField... calculatedFields)
The list of calculated field definitions.
|
DatasetMetadata |
DatasetMetadata.withColumns(Collection<TopicColumn> columns)
The list of column definitions.
|
DatasetMetadata |
DatasetMetadata.withColumns(TopicColumn... columns)
The list of column definitions.
|
DatasetMetadata |
DatasetMetadata.withDataAggregation(DataAggregation dataAggregation)
The definition of a data aggregation.
|
DatasetMetadata |
DatasetMetadata.withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset.
|
DatasetMetadata |
DatasetMetadata.withDatasetDescription(String datasetDescription)
The description of the dataset.
|
DatasetMetadata |
DatasetMetadata.withDatasetName(String datasetName)
The name of the dataset.
|
DatasetMetadata |
DatasetMetadata.withFilters(Collection<TopicFilter> filters)
The list of filter definitions.
|
DatasetMetadata |
DatasetMetadata.withFilters(TopicFilter... filters)
The list of filter definitions.
|
DatasetMetadata |
DatasetMetadata.withNamedEntities(Collection<TopicNamedEntity> namedEntities)
The list of named entities definitions.
|
DatasetMetadata |
DatasetMetadata.withNamedEntities(TopicNamedEntity... namedEntities)
The list of named entities definitions.
|
| Modifier and Type | Method and Description |
|---|---|
List<DatasetMetadata> |
TopicDetails.getDataSets()
The data sets that the topic is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
TopicDetails |
TopicDetails.withDataSets(DatasetMetadata... dataSets)
The data sets that the topic is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicDetails.setDataSets(Collection<DatasetMetadata> dataSets)
The data sets that the topic is associated with.
|
TopicDetails |
TopicDetails.withDataSets(Collection<DatasetMetadata> dataSets)
The data sets that the topic is associated with.
|
Copyright © 2023. All rights reserved.