Interface TestSetSortBy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TestSetSortBy.Builder,
,TestSetSortBy> SdkBuilder<TestSetSortBy.Builder,
,TestSetSortBy> SdkPojo
- Enclosing class:
TestSetSortBy
public static interface TestSetSortBy.Builder
extends SdkPojo, CopyableBuilder<TestSetSortBy.Builder,TestSetSortBy>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether to sort the test sets by name or by the time they were last updated.attribute
(TestSetSortAttribute attribute) Specifies whether to sort the test sets by name or by the time they were last updated.Specifies whether to sort in ascending or descending order.Specifies whether to sort in ascending or descending 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 Details
-
attribute
Specifies whether to sort the test sets by name or by the time they were last updated.
- Parameters:
attribute
- Specifies whether to sort the test sets by name or by the time they were last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attribute
Specifies whether to sort the test sets by name or by the time they were last updated.
- Parameters:
attribute
- Specifies whether to sort the test sets by name or by the time they were last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
Specifies whether to sort in ascending or descending order.
- Parameters:
order
- Specifies whether to sort in ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
Specifies whether to sort in ascending or descending order.
- Parameters:
order
- Specifies whether to sort in ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-