Interface SortObject.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SortObject.Builder,
,SortObject> SdkBuilder<SortObject.Builder,
,SortObject> SdkPojo
- Enclosing class:
SortObject
@Mutable
@NotThreadSafe
public static interface SortObject.Builder
extends SdkPojo, CopyableBuilder<SortObject.Builder,SortObject>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the field by which to sort the resource snapshot jobs.Specifies the field by which to sort the resource snapshot jobs.Determines the order in which the sorted results are presented.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 Details
-
sortBy
Specifies the field by which to sort the resource snapshot jobs.
- Parameters:
sortBy
- Specifies the field by which to sort the resource snapshot jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Specifies the field by which to sort the resource snapshot jobs.
- Parameters:
sortBy
- Specifies the field by which to sort the resource snapshot jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Determines the order in which the sorted results are presented.
- Parameters:
sortOrder
- Determines the order in which the sorted results are presented.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Determines the order in which the sorted results are presented.
- Parameters:
sortOrder
- Determines the order in which the sorted results are presented.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-