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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestSetSortBy.Builderattribute(String attribute)Specifies whether to sort the test sets by name or by the time they were last updated.TestSetSortBy.Builderattribute(TestSetSortAttribute attribute)Specifies whether to sort the test sets by name or by the time they were last updated.TestSetSortBy.Builderorder(String order)Specifies whether to sort in ascending or descending order.TestSetSortBy.Builderorder(SortOrder 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 Detail
-
attribute
TestSetSortBy.Builder attribute(String 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:
TestSetSortAttribute,TestSetSortAttribute
-
attribute
TestSetSortBy.Builder attribute(TestSetSortAttribute 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:
TestSetSortAttribute,TestSetSortAttribute
-
order
TestSetSortBy.Builder order(String order)
Specifies whether to sort in ascending or descending order.
-
order
TestSetSortBy.Builder order(SortOrder order)
Specifies whether to sort in ascending or descending order.
-
-