Interface SortCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SortCriteria.Builder,SortCriteria>,SdkBuilder<SortCriteria.Builder,SortCriteria>,SdkPojo
- Enclosing class:
- SortCriteria
public static interface SortCriteria.Builder extends SdkPojo, CopyableBuilder<SortCriteria.Builder,SortCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SortCriteria.BuilderattributeName(String attributeName)Represents the finding attribute, such asaccountId, that sorts the findings.SortCriteria.BuilderorderBy(String orderBy)The order by which the sorted findings are to be displayed.SortCriteria.BuilderorderBy(OrderBy orderBy)The order by which the sorted findings are to be displayed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
attributeName
SortCriteria.Builder attributeName(String attributeName)
Represents the finding attribute, such as
accountId, that sorts the findings.- Parameters:
attributeName- Represents the finding attribute, such asaccountId, that sorts the findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orderBy
SortCriteria.Builder orderBy(String orderBy)
The order by which the sorted findings are to be displayed.
-
orderBy
SortCriteria.Builder orderBy(OrderBy orderBy)
The order by which the sorted findings are to be displayed.
-
-