Interface SortObject.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SortObject.Builder,SortObject>,SdkBuilder<SortObject.Builder,SortObject>,SdkPojo
- Enclosing class:
- SortObject
public static interface SortObject.Builder extends SdkPojo, CopyableBuilder<SortObject.Builder,SortObject>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SortObject.BuildersortBy(String sortBy)Specifies the field by which to sort the resource snapshot jobs.SortObject.BuildersortBy(SortBy sortBy)Specifies the field by which to sort the resource snapshot jobs.SortObject.BuildersortOrder(String sortOrder)Determines the order in which the sorted results are presented.SortObject.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
SortObject.Builder sortBy(String sortBy)
Specifies the field by which to sort the resource snapshot jobs.
-
sortBy
SortObject.Builder sortBy(SortBy sortBy)
Specifies the field by which to sort the resource snapshot jobs.
-
sortOrder
SortObject.Builder sortOrder(String sortOrder)
Determines the order in which the sorted results are presented.
-
sortOrder
SortObject.Builder sortOrder(SortOrder sortOrder)
Determines the order in which the sorted results are presented.
-
-