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) by which to sort findings.
|
SortCriteria.Builder |
orderBy(OrderBy orderBy)
Order by which the sorted findings are to be displayed.
|
SortCriteria.Builder |
orderBy(String orderBy)
Order by which the sorted findings are to be displayed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSortCriteria.Builder attributeName(String attributeName)
Represents the finding attribute (for example, accountId) by which to sort findings.
attributeName - Represents the finding attribute (for example, accountId) by which to sort findings.SortCriteria.Builder orderBy(String orderBy)
Order by which the sorted findings are to be displayed.
SortCriteria.Builder orderBy(OrderBy orderBy)
Order by which the sorted findings are to be displayed.
Copyright © 2019. All rights reserved.