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 TypeMethodDescriptionRepresents theField
attribute to sort investigations.Represents theField
attribute to sort investigations.The order by which the sorted findings are displayed.The order by which the sorted findings are 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, sdkFieldNameToField, sdkFields
-
Method Details
-
field
Represents the
Field
attribute to sort investigations.- Parameters:
field
- Represents theField
attribute to sort investigations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
field
Represents the
Field
attribute to sort investigations.- Parameters:
field
- Represents theField
attribute to sort investigations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The order by which the sorted findings are displayed.
- Parameters:
sortOrder
- The order by which the sorted findings are displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The order by which the sorted findings are displayed.
- Parameters:
sortOrder
- The order by which the sorted findings are displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-