public static interface ListJobsSortCriteria.Builder extends SdkPojo, CopyableBuilder<ListJobsSortCriteria.Builder,ListJobsSortCriteria>
| Modifier and Type | Method and Description |
|---|---|
ListJobsSortCriteria.Builder |
attributeName(ListJobsSortAttributeName attributeName)
The property to sort the results by.
|
ListJobsSortCriteria.Builder |
attributeName(String attributeName)
The property to sort the results by.
|
ListJobsSortCriteria.Builder |
orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
ListJobsSortCriteria.Builder |
orderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobsSortCriteria.Builder attributeName(String attributeName)
The property to sort the results by.
attributeName - The property to sort the results by.ListJobsSortAttributeName,
ListJobsSortAttributeNameListJobsSortCriteria.Builder attributeName(ListJobsSortAttributeName attributeName)
The property to sort the results by.
attributeName - The property to sort the results by.ListJobsSortAttributeName,
ListJobsSortAttributeNameListJobsSortCriteria.Builder orderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
orderBy - The sort order to apply to the results, based on the value for the property specified by the
attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort
the results in descending order.OrderBy,
OrderByListJobsSortCriteria.Builder orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
orderBy - The sort order to apply to the results, based on the value for the property specified by the
attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort
the results in descending order.OrderBy,
OrderByCopyright © 2023. All rights reserved.