Interface TestRunStepSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TestRunStepSummary.Builder,
,TestRunStepSummary> SdkBuilder<TestRunStepSummary.Builder,
,TestRunStepSummary> SdkPojo
- Enclosing class:
TestRunStepSummary
@Mutable
@NotThreadSafe
public static interface TestRunStepSummary.Builder
extends SdkPojo, CopyableBuilder<TestRunStepSummary.Builder,TestRunStepSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe after step of the test run step summary.beforeStep
(Boolean beforeStep) The before step of the test run step summary.runEndTime
(Instant runEndTime) The run end time of the test run step summary.runStartTime
(Instant runStartTime) The run start time of the test run step summary.The status of the test run step summary.status
(StepRunStatus status) The status of the test run step summary.statusReason
(String statusReason) The status reason of the test run step summary.The step name of the test run step summary.testCaseId
(String testCaseId) The test case ID of the test run step summary.testCaseVersion
(Integer testCaseVersion) The test case version of the test run step summary.The test run ID of the test run step summary.testSuiteId
(String testSuiteId) The test suite ID of the test run step summary.testSuiteVersion
(Integer testSuiteVersion) The test suite version of the test run step 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
-
stepName
The step name of the test run step summary.
- Parameters:
stepName
- The step name of the test run step summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testRunId
The test run ID of the test run step summary.
- Parameters:
testRunId
- The test run ID of the test run step summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseId
The test case ID of the test run step summary.
- Parameters:
testCaseId
- The test case ID of the test run step summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseVersion
The test case version of the test run step summary.
- Parameters:
testCaseVersion
- The test case version of the test run step 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 step summary.
- Parameters:
testSuiteId
- The test suite ID of the test run step 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 step summary.
- Parameters:
testSuiteVersion
- The test suite version of the test run step summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeStep
The before step of the test run step summary.
- Parameters:
beforeStep
- The before step of the test run step summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
afterStep
The after step of the test run step summary.
- Parameters:
afterStep
- The after step of the test run step summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the test run step summary.
- Parameters:
status
- The status of the test run step 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 step summary.
- Parameters:
status
- The status of the test run step 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 step summary.
- Parameters:
statusReason
- The status reason of the test run step 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 step summary.
- Parameters:
runStartTime
- The run start time of the test run step 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 step summary.
- Parameters:
runEndTime
- The run end time of the test run step summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-