Interface SortCriterion.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SortCriterion.Builder,
,SortCriterion> SdkBuilder<SortCriterion.Builder,
,SortCriterion> SdkPojo
- Enclosing class:
SortCriterion
public static interface SortCriterion.Builder
extends SdkPojo, CopyableBuilder<SortCriterion.Builder,SortCriterion>
-
Method Summary
Modifier and TypeMethodDescriptionThe finding attribute used to sort findings.The order used to sort findings.The order used to sort findings.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 Details
-
field
The finding attribute used to sort findings.
- Parameters:
field
- The finding attribute used to sort findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
The order used to sort findings.
- Parameters:
sortOrder
- The order used to sort findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The order used to sort findings.
- Parameters:
sortOrder
- The order used to sort findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-