Interface TestRunSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TestRunSummary.Builder,
,TestRunSummary> SdkBuilder<TestRunSummary.Builder,
,TestRunSummary> SdkPojo
- Enclosing class:
TestRunSummary
@Mutable
@NotThreadSafe
public static interface TestRunSummary.Builder
extends SdkPojo, CopyableBuilder<TestRunSummary.Builder,TestRunSummary>
-
Method Summary
Modifier and TypeMethodDescriptionrunEndTime
(Instant runEndTime) The run end time of the test run summary.runStartTime
(Instant runStartTime) The run start time of the test run summary.The status of the test run summary.status
(TestRunStatus status) The status of the test run summary.statusReason
(String statusReason) The status reason of the test run summary.testConfigurationId
(String testConfigurationId) The test configuration ID of the test run summary.testConfigurationVersion
(Integer testConfigurationVersion) The test configuration version of the test run summary.testRunArn
(String testRunArn) The test run ARN of the test run summary.The test run ID of the test run summary.testSuiteId
(String testSuiteId) The test suite ID of the test run summary.testSuiteVersion
(Integer testSuiteVersion) The test suite version of the test 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
-
testRunId
The test run ID of the test run summary.
- Parameters:
testRunId
- The test run ID of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testRunArn
The test run ARN of the test run summary.
- Parameters:
testRunArn
- The test run ARN of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSuiteId
The test suite ID of the test run summary.
- Parameters:
testSuiteId
- The test suite ID of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSuiteVersion
The test suite version of the test run summary.
- Parameters:
testSuiteVersion
- The test suite version of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testConfigurationId
The test configuration ID of the test run summary.
- Parameters:
testConfigurationId
- The test configuration ID of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testConfigurationVersion
The test configuration version of the test run summary.
- Parameters:
testConfigurationVersion
- The test configuration version of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the test run summary.
- Parameters:
status
- The status of the test 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 run summary.
- Parameters:
status
- The status of the test 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 run summary.
- Parameters:
statusReason
- The status reason of the test 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 run summary.
- Parameters:
runStartTime
- The run start time of the test 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 run summary.
- Parameters:
runEndTime
- The run end time of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-