Interface EngagementSort.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EngagementSort.Builder,EngagementSort>,SdkBuilder<EngagementSort.Builder,EngagementSort>,SdkPojo
- Enclosing class:
- EngagementSort
public static interface EngagementSort.Builder extends SdkPojo, CopyableBuilder<EngagementSort.Builder,EngagementSort>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EngagementSort.BuildersortBy(String sortBy)The field by which to sort the results.EngagementSort.BuildersortBy(EngagementSortName sortBy)The field by which to sort the results.EngagementSort.BuildersortOrder(String sortOrder)The order in which to sort the results.EngagementSort.BuildersortOrder(SortOrder sortOrder)The order in which to sort the results.-
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 Detail
-
sortBy
EngagementSort.Builder sortBy(String 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:
EngagementSortName,EngagementSortName
-
sortBy
EngagementSort.Builder sortBy(EngagementSortName 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:
EngagementSortName,EngagementSortName
-
sortOrder
EngagementSort.Builder sortOrder(String sortOrder)
The order in which to sort the results.
-
sortOrder
EngagementSort.Builder sortOrder(SortOrder sortOrder)
The order in which to sort the results.
-
-