Interface ListJobsSortCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListJobsSortCriteria.Builder,ListJobsSortCriteria>,SdkBuilder<ListJobsSortCriteria.Builder,ListJobsSortCriteria>,SdkPojo
- Enclosing class:
- ListJobsSortCriteria
public static interface ListJobsSortCriteria.Builder extends SdkPojo, CopyableBuilder<ListJobsSortCriteria.Builder,ListJobsSortCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListJobsSortCriteria.BuilderattributeName(String attributeName)The property to sort the results by.ListJobsSortCriteria.BuilderattributeName(ListJobsSortAttributeName attributeName)The property to sort the results by.ListJobsSortCriteria.BuilderorderBy(String orderBy)The sort order to apply to the results, based on the value for the property specified by the attributeName property.ListJobsSortCriteria.BuilderorderBy(OrderBy orderBy)The sort order to apply to the results, based on the value for the property specified by the attributeName property.-
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
-
attributeName
ListJobsSortCriteria.Builder attributeName(String attributeName)
The property to sort the results by.
- Parameters:
attributeName- The property to sort the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListJobsSortAttributeName,ListJobsSortAttributeName
-
attributeName
ListJobsSortCriteria.Builder attributeName(ListJobsSortAttributeName attributeName)
The property to sort the results by.
- Parameters:
attributeName- The property to sort the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListJobsSortAttributeName,ListJobsSortAttributeName
-
orderBy
ListJobsSortCriteria.Builder orderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
- Parameters:
orderBy- The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrderBy,OrderBy
-
orderBy
ListJobsSortCriteria.Builder orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
- Parameters:
orderBy- The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrderBy,OrderBy
-
-