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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestExecutionSortBy.Builderattribute(String attribute)Specifies whether to sort the test set executions by the date and time at which the test sets were created.TestExecutionSortBy.Builderattribute(TestExecutionSortAttribute attribute)Specifies whether to sort the test set executions by the date and time at which the test sets were created.TestExecutionSortBy.Builderorder(String order)Specifies whether to sort in ascending or descending order.TestExecutionSortBy.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
TestExecutionSortBy.Builder attribute(String 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:
TestExecutionSortAttribute,TestExecutionSortAttribute
-
attribute
TestExecutionSortBy.Builder attribute(TestExecutionSortAttribute 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:
TestExecutionSortAttribute,TestExecutionSortAttribute
-
order
TestExecutionSortBy.Builder order(String order)
Specifies whether to sort in ascending or descending order.
-
order
TestExecutionSortBy.Builder order(SortOrder order)
Specifies whether to sort in ascending or descending order.
-
-