Interface InvestigationSortCriteria.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InvestigationSortCriteria.Builder,,InvestigationSortCriteria> SdkBuilder<InvestigationSortCriteria.Builder,,InvestigationSortCriteria> SdkPojo
- Enclosing class:
InvestigationSortCriteria
@Mutable
@NotThreadSafe
public static interface InvestigationSortCriteria.Builder
extends SdkPojo, CopyableBuilder<InvestigationSortCriteria.Builder,InvestigationSortCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionattributeName(String attributeName) The attribute by which to sort investigations.attributeName(InvestigationSortField attributeName) The attribute by which to sort investigations.The order in which the sorted results are to be displayed.The order in which the sorted results are to be displayed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
attributeName
The attribute by which to sort investigations.
- Parameters:
attributeName- The attribute by which to sort investigations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attributeName
The attribute by which to sort investigations.
- Parameters:
attributeName- The attribute by which to sort investigations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
orderBy
The order in which the sorted results are to be displayed.
- Parameters:
orderBy- The order in which the sorted results are to be displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
orderBy
The order in which the sorted results are to be displayed.
- Parameters:
orderBy- The order in which the sorted results are to be displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-