Interface SortCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SortCriteria.Builder,
,SortCriteria> SdkBuilder<SortCriteria.Builder,
,SortCriteria> SdkPojo
- Enclosing class:
SortCriteria
@Mutable
@NotThreadSafe
public static interface SortCriteria.Builder
extends SdkPojo, CopyableBuilder<SortCriteria.Builder,SortCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionThe finding detail field by which results are sorted.The finding detail field by which results are sorted.The order by which findings are sorted.The order by which findings are sorted.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, sdkFieldNameToField, sdkFields
-
Method Details
-
field
The finding detail field by which results are sorted.
- Parameters:
field
- The finding detail field by which results are sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
field
The finding detail field by which results are sorted.
- Parameters:
field
- The finding detail field by which results are sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The order by which findings are sorted.
- Parameters:
sortOrder
- The order by which findings are sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The order by which findings are sorted.
- Parameters:
sortOrder
- The order by which findings are sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-