Interface EngagementSort.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EngagementSort.Builder,,EngagementSort> SdkBuilder<EngagementSort.Builder,,EngagementSort> SdkPojo
- Enclosing class:
EngagementSort
@Mutable
@NotThreadSafe
public static interface EngagementSort.Builder
extends SdkPojo, CopyableBuilder<EngagementSort.Builder,EngagementSort>
-
Method Summary
Modifier and TypeMethodDescriptionThe field by which to sort the results.sortBy(EngagementSortName sortBy) The field by which to sort the results.The order in which to sort the results.The order in which to sort the results.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
-
sortOrder
The order in which to sort the results.
- Parameters:
sortOrder- The order in which to sort the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The order in which to sort the results.
- Parameters:
sortOrder- The order in which to sort the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The field by which to sort the results.
- Parameters:
sortBy- The field by which to sort the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The field by which to sort the results.
- Parameters:
sortBy- The field by which to sort the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-