Interface TestCaseRunSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TestCaseRunSummary.Builder,
,TestCaseRunSummary> SdkBuilder<TestCaseRunSummary.Builder,
,TestCaseRunSummary> SdkPojo
- Enclosing class:
TestCaseRunSummary
@Mutable
@NotThreadSafe
public static interface TestCaseRunSummary.Builder
extends SdkPojo, CopyableBuilder<TestCaseRunSummary.Builder,TestCaseRunSummary>
-
Method Summary
Modifier and TypeMethodDescriptionrunEndTime
(Instant runEndTime) The run end time of the test case run summary.runStartTime
(Instant runStartTime) The run start time of the test case run summary.The status of the test case run summary.status
(TestCaseRunStatus status) The status of the test case run summary.statusReason
(String statusReason) The status reason of the test case run summary.testCaseId
(String testCaseId) The test case id of the test case run summary.testCaseVersion
(Integer testCaseVersion) The test case version of the test case run summary.The test run id of the test case run summary.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, sdkFieldNameToField, sdkFields
-
Method Details
-
testCaseId
The test case id of the test case run summary.
- Parameters:
testCaseId
- The test case id of the test case run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseVersion
The test case version of the test case run summary.
- Parameters:
testCaseVersion
- The test case version of the test case run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testRunId
The test run id of the test case run summary.
- Parameters:
testRunId
- The test run id of the test case run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the test case run summary.
- Parameters:
status
- The status of the test case run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the test case run summary.
- Parameters:
status
- The status of the test case run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The status reason of the test case run summary.
- Parameters:
statusReason
- The status reason of the test case run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runStartTime
The run start time of the test case run summary.
- Parameters:
runStartTime
- The run start time of the test case run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runEndTime
The run end time of the test case run summary.
- Parameters:
runEndTime
- The run end time of the test case run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-