Interface TestExecutionSortBy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TestExecutionSortBy.Builder,
,TestExecutionSortBy> SdkBuilder<TestExecutionSortBy.Builder,
,TestExecutionSortBy> SdkPojo
- Enclosing class:
TestExecutionSortBy
public static interface TestExecutionSortBy.Builder
extends SdkPojo, CopyableBuilder<TestExecutionSortBy.Builder,TestExecutionSortBy>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether to sort the test set executions by the date and time at which the test sets were created.attribute
(TestExecutionSortAttribute attribute) Specifies whether to sort the test set executions by the date and time at which the test sets were created.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 set executions by the date and time at which the test sets were created.
- Parameters:
attribute
- Specifies whether to sort the test set executions by the date and time at which the test sets were created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attribute
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
- Parameters:
attribute
- Specifies whether to sort the test set executions by the date and time at which the test sets were created.- 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:
-