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, eitherAscending
orDescending
.Specifies the sorting order, eitherAscending
orDescending
.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 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:
-
sortOrder
Specifies the sorting order, either
Ascending
orDescending
. The default isDescending
.- Parameters:
sortOrder
- Specifies the sorting order, eitherAscending
orDescending
. 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
Ascending
orDescending
. The default isDescending
.- Parameters:
sortOrder
- Specifies the sorting order, eitherAscending
orDescending
. The default isDescending
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-