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, such as
accountId, that sorts the findings. |
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, sdkFieldscopyapplyMutation, buildSortCriteria.Builder attributeName(String attributeName)
Represents the finding attribute, such as accountId, that sorts the findings.
attributeName - Represents the finding attribute, such as accountId, that sorts the findings.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.
Copyright © 2023. All rights reserved.