public static interface SortCriteria.Builder extends SdkPojo, CopyableBuilder<SortCriteria.Builder,SortCriteria>
Modifier and Type | Method and Description |
---|---|
SortCriteria.Builder |
attributeName(String attributeName)
Represents the finding attribute (for example, accountId) to sort findings by.
|
SortCriteria.Builder |
orderBy(OrderBy orderBy)
The order by which the sorted findings are to be displayed.
|
SortCriteria.Builder |
orderBy(String orderBy)
The order by which the sorted findings are to be displayed.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SortCriteria.Builder attributeName(String attributeName)
Represents the finding attribute (for example, accountId) to sort findings by.
attributeName
- Represents the finding attribute (for example, accountId) to sort findings by.SortCriteria.Builder orderBy(String orderBy)
The order by which the sorted findings are to be displayed.
SortCriteria.Builder orderBy(OrderBy orderBy)
The order by which the sorted findings are to be displayed.