Interface TestCaseExecution.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestCaseExecution.Builder,,TestCaseExecution> SdkBuilder<TestCaseExecution.Builder,,TestCaseExecution> SdkPojo
- Enclosing class:
TestCaseExecution
@Mutable
@NotThreadSafe
public static interface TestCaseExecution.Builder
extends SdkPojo, CopyableBuilder<TestCaseExecution.Builder,TestCaseExecution>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the test case execution ended.The timestamp when the test case execution started.The tags used to organize, track, or control access for this resource.testCaseExecutionId(String testCaseExecutionId) The identifier of the test case execution.testCaseExecutionStatus(String testCaseExecutionStatus) The status of the test case execution.testCaseExecutionStatus(TestCaseExecutionStatus testCaseExecutionStatus) The status of the test case execution.testCaseId(String testCaseId) The identifier of the test case.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
startTime
The timestamp when the test case execution started.
- Parameters:
startTime- The timestamp when the test case execution started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The timestamp when the test case execution ended.
- Parameters:
endTime- The timestamp when the test case execution ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseExecutionId
The identifier of the test case execution.
- Parameters:
testCaseExecutionId- The identifier of the test case execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseId
The identifier of the test case.
- Parameters:
testCaseId- The identifier of the test case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseExecutionStatus
The status of the test case execution.
- Parameters:
testCaseExecutionStatus- The status of the test case execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
testCaseExecutionStatus
The status of the test case execution.
- Parameters:
testCaseExecutionStatus- The status of the test case execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags used to organize, track, or control access for this resource.
- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-