public static interface AggregationSortConfiguration.Builder extends SdkPojo, CopyableBuilder<AggregationSortConfiguration.Builder,AggregationSortConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AggregationSortConfiguration.Builder |
aggregationFunction(AggregationFunction aggregationFunction)
The function that aggregates the values in
Column. |
default AggregationSortConfiguration.Builder |
aggregationFunction(Consumer<AggregationFunction.Builder> aggregationFunction)
The function that aggregates the values in
Column. |
AggregationSortConfiguration.Builder |
column(ColumnIdentifier column)
The column that determines the sort order of aggregated values.
|
default AggregationSortConfiguration.Builder |
column(Consumer<ColumnIdentifier.Builder> column)
The column that determines the sort order of aggregated values.
|
AggregationSortConfiguration.Builder |
sortDirection(SortDirection sortDirection)
The sort direction of values.
|
AggregationSortConfiguration.Builder |
sortDirection(String sortDirection)
The sort direction of values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAggregationSortConfiguration.Builder column(ColumnIdentifier column)
The column that determines the sort order of aggregated values.
column - The column that determines the sort order of aggregated values.default AggregationSortConfiguration.Builder column(Consumer<ColumnIdentifier.Builder> column)
The column that determines the sort order of aggregated values.
This is a convenience method that creates an instance of theColumnIdentifier.Builder avoiding the
need to create one manually via ColumnIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to column(ColumnIdentifier).
column - a consumer that will call methods on ColumnIdentifier.Buildercolumn(ColumnIdentifier)AggregationSortConfiguration.Builder sortDirection(String sortDirection)
The sort direction of values.
ASC: Sort in ascending order.
DESC: Sort in descending order.
sortDirection - The sort direction of values.
ASC: Sort in ascending order.
DESC: Sort in descending order.
SortDirection,
SortDirectionAggregationSortConfiguration.Builder sortDirection(SortDirection sortDirection)
The sort direction of values.
ASC: Sort in ascending order.
DESC: Sort in descending order.
sortDirection - The sort direction of values.
ASC: Sort in ascending order.
DESC: Sort in descending order.
SortDirection,
SortDirectionAggregationSortConfiguration.Builder aggregationFunction(AggregationFunction aggregationFunction)
The function that aggregates the values in Column.
aggregationFunction - The function that aggregates the values in Column.default AggregationSortConfiguration.Builder aggregationFunction(Consumer<AggregationFunction.Builder> aggregationFunction)
The function that aggregates the values in Column.
AggregationFunction.Builder avoiding the
need to create one manually via AggregationFunction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to aggregationFunction(AggregationFunction).
aggregationFunction - a consumer that will call methods on AggregationFunction.BuilderaggregationFunction(AggregationFunction)Copyright © 2023. All rights reserved.