Interface ListTasksSortBase.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListTasksSortBase.Builder,ListTasksSortBase>,SdkBuilder<ListTasksSortBase.Builder,ListTasksSortBase>,SdkPojo
- Enclosing class:
- ListTasksSortBase
public static interface ListTasksSortBase.Builder extends SdkPojo, CopyableBuilder<ListTasksSortBase.Builder,ListTasksSortBase>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTasksSortBase.BuildersortBy(String sortBy)Specifies the field by which the task list should be sorted.ListTasksSortBase.BuildersortBy(ListTasksSortName sortBy)Specifies the field by which the task list should be sorted.ListTasksSortBase.BuildersortOrder(String sortOrder)Determines the order in which the sorted results are presented.ListTasksSortBase.BuildersortOrder(SortOrder sortOrder)Determines the order in which the sorted results are presented.-
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
ListTasksSortBase.Builder sortBy(String sortBy)
Specifies the field by which the task list should be sorted.
- Parameters:
sortBy- Specifies the field by which the task list should be sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListTasksSortName,ListTasksSortName
-
sortBy
ListTasksSortBase.Builder sortBy(ListTasksSortName sortBy)
Specifies the field by which the task list should be sorted.
- Parameters:
sortBy- Specifies the field by which the task list should be sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListTasksSortName,ListTasksSortName
-
sortOrder
ListTasksSortBase.Builder sortOrder(String sortOrder)
Determines the order in which the sorted results are presented.
-
sortOrder
ListTasksSortBase.Builder sortOrder(SortOrder sortOrder)
Determines the order in which the sorted results are presented.
-
-