Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
TopicCalculatedField |
TopicCalculatedField.clone() |
TopicCalculatedField |
TopicCalculatedField.withAggregation(DefaultAggregation aggregation)
The default aggregation.
|
TopicCalculatedField |
TopicCalculatedField.withAggregation(String aggregation)
The default aggregation.
|
TopicCalculatedField |
TopicCalculatedField.withAllowedAggregations(AuthorSpecifiedAggregation... allowedAggregations)
The list of aggregation types that are allowed for the calculated field.
|
TopicCalculatedField |
TopicCalculatedField.withAllowedAggregations(Collection<String> allowedAggregations)
The list of aggregation types that are allowed for the calculated field.
|
TopicCalculatedField |
TopicCalculatedField.withAllowedAggregations(String... allowedAggregations)
The list of aggregation types that are allowed for the calculated field.
|
TopicCalculatedField |
TopicCalculatedField.withCalculatedFieldDescription(String calculatedFieldDescription)
The calculated field description.
|
TopicCalculatedField |
TopicCalculatedField.withCalculatedFieldName(String calculatedFieldName)
The calculated field name.
|
TopicCalculatedField |
TopicCalculatedField.withCalculatedFieldSynonyms(Collection<String> calculatedFieldSynonyms)
The other names or aliases for the calculated field.
|
TopicCalculatedField |
TopicCalculatedField.withCalculatedFieldSynonyms(String... calculatedFieldSynonyms)
The other names or aliases for the calculated field.
|
TopicCalculatedField |
TopicCalculatedField.withCellValueSynonyms(CellValueSynonym... cellValueSynonyms)
The other names or aliases for the calculated field cell value.
|
TopicCalculatedField |
TopicCalculatedField.withCellValueSynonyms(Collection<CellValueSynonym> cellValueSynonyms)
The other names or aliases for the calculated field cell value.
|
TopicCalculatedField |
TopicCalculatedField.withColumnDataRole(ColumnDataRole columnDataRole)
The column data role for a calculated field.
|
TopicCalculatedField |
TopicCalculatedField.withColumnDataRole(String columnDataRole)
The column data role for a calculated field.
|
TopicCalculatedField |
TopicCalculatedField.withComparativeOrder(ComparativeOrder comparativeOrder)
The order in which data is displayed for the calculated field when it's used in a comparative context.
|
TopicCalculatedField |
TopicCalculatedField.withDefaultFormatting(DefaultFormatting defaultFormatting)
The default formatting definition.
|
TopicCalculatedField |
TopicCalculatedField.withDisableIndexing(Boolean disableIndexing)
A Boolean value that indicates if a calculated field is visible in the autocomplete.
|
TopicCalculatedField |
TopicCalculatedField.withExpression(String expression)
The calculated field expression.
|
TopicCalculatedField |
TopicCalculatedField.withIsIncludedInTopic(Boolean isIncludedInTopic)
A boolean value that indicates if a calculated field is included in the topic.
|
TopicCalculatedField |
TopicCalculatedField.withNeverAggregateInFilter(Boolean neverAggregateInFilter)
A Boolean value that indicates whether to never aggregate calculated field in filters.
|
TopicCalculatedField |
TopicCalculatedField.withNonAdditive(Boolean nonAdditive)
The non additive for the table style target.
|
TopicCalculatedField |
TopicCalculatedField.withNotAllowedAggregations(AuthorSpecifiedAggregation... notAllowedAggregations)
The list of aggregation types that are not allowed for the calculated field.
|
TopicCalculatedField |
TopicCalculatedField.withNotAllowedAggregations(Collection<String> notAllowedAggregations)
The list of aggregation types that are not allowed for the calculated field.
|
TopicCalculatedField |
TopicCalculatedField.withNotAllowedAggregations(String... notAllowedAggregations)
The list of aggregation types that are not allowed for the calculated field.
|
TopicCalculatedField |
TopicCalculatedField.withSemanticType(SemanticType semanticType)
The semantic type.
|
TopicCalculatedField |
TopicCalculatedField.withTimeGranularity(String timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
TopicCalculatedField |
TopicCalculatedField.withTimeGranularity(TopicTimeGranularity timeGranularity)
The level of time precision that is used to aggregate
DateTime values. |
Modifier and Type | Method and Description |
---|---|
List<TopicCalculatedField> |
DatasetMetadata.getCalculatedFields()
The list of calculated field definitions.
|
Modifier and Type | Method and Description |
---|---|
DatasetMetadata |
DatasetMetadata.withCalculatedFields(TopicCalculatedField... calculatedFields)
The list of calculated field definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetMetadata.setCalculatedFields(Collection<TopicCalculatedField> calculatedFields)
The list of calculated field definitions.
|
DatasetMetadata |
DatasetMetadata.withCalculatedFields(Collection<TopicCalculatedField> calculatedFields)
The list of calculated field definitions.
|
Copyright © 2023. All rights reserved.