Interface ProspectingFromEngagementTaskSort.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProspectingFromEngagementTaskSort.Builder,,ProspectingFromEngagementTaskSort> SdkBuilder<ProspectingFromEngagementTaskSort.Builder,,ProspectingFromEngagementTaskSort> SdkPojo
- Enclosing class:
ProspectingFromEngagementTaskSort
-
Method Summary
Modifier and TypeMethodDescriptionThe field by which to sort the returned tasks.The field by which to sort the returned tasks.The direction in which to sort the results.The direction 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 direction in which to sort the results. Use
ASCENDINGto return the smallest or earliest values first, orDESCENDINGto return the largest or most recent values first.- Parameters:
sortOrder- The direction in which to sort the results. UseASCENDINGto return the smallest or earliest values first, orDESCENDINGto return the largest or most recent values first.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The direction in which to sort the results. Use
ASCENDINGto return the smallest or earliest values first, orDESCENDINGto return the largest or most recent values first.- Parameters:
sortOrder- The direction in which to sort the results. UseASCENDINGto return the smallest or earliest values first, orDESCENDINGto return the largest or most recent values first.- 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 returned tasks. Valid values:
StartTime(task creation timestamp),TaskName(alphabetically by task name), andFailedEngagementCount(number of failed engagements).- Parameters:
sortBy- The field by which to sort the returned tasks. Valid values:StartTime(task creation timestamp),TaskName(alphabetically by task name), andFailedEngagementCount(number of failed engagements).- 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 returned tasks. Valid values:
StartTime(task creation timestamp),TaskName(alphabetically by task name), andFailedEngagementCount(number of failed engagements).- Parameters:
sortBy- The field by which to sort the returned tasks. Valid values:StartTime(task creation timestamp),TaskName(alphabetically by task name), andFailedEngagementCount(number of failed engagements).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-