Interface SolutionSort.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SolutionSort.Builder,,SolutionSort> SdkBuilder<SolutionSort.Builder,,SolutionSort> SdkPojo
- Enclosing class:
SolutionSort
@Mutable
@NotThreadSafe
public static interface SolutionSort.Builder
extends SdkPojo, CopyableBuilder<SolutionSort.Builder,SolutionSort>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the attribute to sort by, such asName,CreatedDate, orStatus.sortBy(SolutionSortName sortBy) Specifies the attribute to sort by, such asName,CreatedDate, orStatus.Specifies the sorting order, eitherAscendingorDescending.Specifies the sorting order, eitherAscendingorDescending.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sortOrder
Specifies the sorting order, either
AscendingorDescending. The default isDescending.- Parameters:
sortOrder- Specifies the sorting order, eitherAscendingorDescending. The default isDescending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Specifies the sorting order, either
AscendingorDescending. The default isDescending.- Parameters:
sortOrder- Specifies the sorting order, eitherAscendingorDescending. The default isDescending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Specifies the attribute to sort by, such as
Name,CreatedDate, orStatus.- Parameters:
sortBy- Specifies the attribute to sort by, such asName,CreatedDate, orStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
Specifies the attribute to sort by, such as
Name,CreatedDate, orStatus.- Parameters:
sortBy- Specifies the attribute to sort by, such asName,CreatedDate, orStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-