Interface Sort.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Sort.Builder,Sort>,SdkBuilder<Sort.Builder,Sort>,SdkPojo
- Enclosing class:
- Sort
public static interface Sort.Builder extends SdkPojo, CopyableBuilder<Sort.Builder,Sort>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sort.BuildersortBy(String sortBy)ForListEntities, supported attributes includeLastModifiedDate(default) andEntityId.Sort.BuildersortOrder(String sortOrder)The sorting order.Sort.BuildersortOrder(SortOrder sortOrder)The sorting order.-
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, sdkFields
-
-
-
-
Method Detail
-
sortBy
Sort.Builder sortBy(String sortBy)
For
ListEntities, supported attributes includeLastModifiedDate(default) andEntityId. In addition toLastModifiedDateandEntityId, eachEntityTypemight support additional fields.For
ListChangeSets, supported attributes includeStartTimeandEndTime.- Parameters:
sortBy- ForListEntities, supported attributes includeLastModifiedDate(default) andEntityId. In addition toLastModifiedDateandEntityId, eachEntityTypemight support additional fields.For
ListChangeSets, supported attributes includeStartTimeandEndTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
Sort.Builder sortOrder(String sortOrder)
The sorting order. Can be
ASCENDINGorDESCENDING. The default value isDESCENDING.
-
sortOrder
Sort.Builder sortOrder(SortOrder sortOrder)
The sorting order. Can be
ASCENDINGorDESCENDING. The default value isDESCENDING.
-
-