Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TopicColumn |
TopicColumn.clone() |
TopicColumn |
TopicColumn.withAggregation(DefaultAggregation aggregation)
The type of aggregation that is performed on the column data when it's queried.
|
TopicColumn |
TopicColumn.withAggregation(String aggregation)
The type of aggregation that is performed on the column data when it's queried.
|
TopicColumn |
TopicColumn.withAllowedAggregations(AuthorSpecifiedAggregation... allowedAggregations)
The list of aggregation types that are allowed for the column.
|
TopicColumn |
TopicColumn.withAllowedAggregations(Collection<String> allowedAggregations)
The list of aggregation types that are allowed for the column.
|
TopicColumn |
TopicColumn.withAllowedAggregations(String... allowedAggregations)
The list of aggregation types that are allowed for the column.
|
TopicColumn |
TopicColumn.withCellValueSynonyms(CellValueSynonym... cellValueSynonyms)
The other names or aliases for the column cell value.
|
TopicColumn |
TopicColumn.withCellValueSynonyms(Collection<CellValueSynonym> cellValueSynonyms)
The other names or aliases for the column cell value.
|
TopicColumn |
TopicColumn.withColumnDataRole(ColumnDataRole columnDataRole)
The role of the column in the data.
|
TopicColumn |
TopicColumn.withColumnDataRole(String columnDataRole)
The role of the column in the data.
|
TopicColumn |
TopicColumn.withColumnDescription(String columnDescription)
A description of the column and its contents.
|
TopicColumn |
TopicColumn.withColumnFriendlyName(String columnFriendlyName)
A user-friendly name for the column.
|
TopicColumn |
TopicColumn.withColumnName(String columnName)
The name of the column.
|
TopicColumn |
TopicColumn.withColumnSynonyms(Collection<String> columnSynonyms)
The other names or aliases for the column.
|
TopicColumn |
TopicColumn.withColumnSynonyms(String... columnSynonyms)
The other names or aliases for the column.
|
TopicColumn |
TopicColumn.withComparativeOrder(ComparativeOrder comparativeOrder)
The order in which data is displayed for the column when it's used in a comparative context.
|
TopicColumn |
TopicColumn.withDefaultFormatting(DefaultFormatting defaultFormatting)
The default formatting used for values in the column.
|
TopicColumn |
TopicColumn.withDisableIndexing(Boolean disableIndexing)
A Boolean value that indicates whether the column shows in the autocomplete functionality.
|
TopicColumn |
TopicColumn.withIsIncludedInTopic(Boolean isIncludedInTopic)
A Boolean value that indicates whether the column is included in the query results.
|
TopicColumn |
TopicColumn.withNeverAggregateInFilter(Boolean neverAggregateInFilter)
A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
|
TopicColumn |
TopicColumn.withNonAdditive(Boolean nonAdditive)
The non additive value for the column.
|
TopicColumn |
TopicColumn.withNotAllowedAggregations(AuthorSpecifiedAggregation... notAllowedAggregations)
The list of aggregation types that are not allowed for the column.
|
TopicColumn |
TopicColumn.withNotAllowedAggregations(Collection<String> notAllowedAggregations)
The list of aggregation types that are not allowed for the column.
|
TopicColumn |
TopicColumn.withNotAllowedAggregations(String... notAllowedAggregations)
The list of aggregation types that are not allowed for the column.
|
TopicColumn |
TopicColumn.withSemanticType(SemanticType semanticType)
The semantic type of data contained in the column.
|
TopicColumn |
TopicColumn.withTimeGranularity(String timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
TopicColumn |
TopicColumn.withTimeGranularity(TopicTimeGranularity timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
Modifier and Type | Method and Description |
---|---|
List<TopicColumn> |
DatasetMetadata.getColumns()
The list of column definitions.
|
Modifier and Type | Method and Description |
---|---|
DatasetMetadata |
DatasetMetadata.withColumns(TopicColumn... columns)
The list of column definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetMetadata.setColumns(Collection<TopicColumn> columns)
The list of column definitions.
|
DatasetMetadata |
DatasetMetadata.withColumns(Collection<TopicColumn> columns)
The list of column definitions.
|
Copyright © 2023. All rights reserved.