@Generated(value="software.amazon.awssdk:codegen") public final class AggregationSortConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AggregationSortConfiguration.Builder,AggregationSortConfiguration>
The configuration options to sort aggregated values.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AggregationSortConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
AggregationFunction |
aggregationFunction()
The function that aggregates the values in
Column. |
static AggregationSortConfiguration.Builder |
builder() |
ColumnIdentifier |
column()
The column that determines the sort order of aggregated values.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AggregationSortConfiguration.Builder> |
serializableBuilderClass() |
SortDirection |
sortDirection()
The sort direction of values.
|
String |
sortDirectionAsString()
The sort direction of values.
|
AggregationSortConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ColumnIdentifier column()
The column that determines the sort order of aggregated values.
public final SortDirection sortDirection()
The sort direction of values.
ASC: Sort in ascending order.
DESC: Sort in descending order.
If the service returns an enum value that is not available in the current SDK version, sortDirection
will return SortDirection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortDirectionAsString().
ASC: Sort in ascending order.
DESC: Sort in descending order.
SortDirectionpublic final String sortDirectionAsString()
The sort direction of values.
ASC: Sort in ascending order.
DESC: Sort in descending order.
If the service returns an enum value that is not available in the current SDK version, sortDirection
will return SortDirection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortDirectionAsString().
ASC: Sort in ascending order.
DESC: Sort in descending order.
SortDirectionpublic final AggregationFunction aggregationFunction()
The function that aggregates the values in Column.
Column.public AggregationSortConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AggregationSortConfiguration.Builder,AggregationSortConfiguration>public static AggregationSortConfiguration.Builder builder()
public static Class<? extends AggregationSortConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.