public static interface SortCriteria.Builder extends SdkPojo, CopyableBuilder<SortCriteria.Builder,SortCriteria>
| Modifier and Type | Method and Description |
|---|---|
SortCriteria.Builder |
attributeName(String attributeName)
The name of the attribute to sort on.
|
SortCriteria.Builder |
orderBy(OrderBy orderBy)
The sort order, ascending or descending.
|
SortCriteria.Builder |
orderBy(String orderBy)
The sort order, ascending or descending.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSortCriteria.Builder attributeName(String attributeName)
The name of the attribute to sort on.
attributeName - The name of the attribute to sort on.SortCriteria.Builder orderBy(String orderBy)
The sort order, ascending or descending.
SortCriteria.Builder orderBy(OrderBy orderBy)
The sort order, ascending or descending.
Copyright © 2022. All rights reserved.