Interface TestRunStepSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestRunStepSummary.Builder,TestRunStepSummary>,SdkBuilder<TestRunStepSummary.Builder,TestRunStepSummary>,SdkPojo
- Enclosing class:
- TestRunStepSummary
public static interface TestRunStepSummary.Builder extends SdkPojo, CopyableBuilder<TestRunStepSummary.Builder,TestRunStepSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestRunStepSummary.BuilderafterStep(Boolean afterStep)The after step of the test run step summary.TestRunStepSummary.BuilderbeforeStep(Boolean beforeStep)The before step of the test run step summary.TestRunStepSummary.BuilderrunEndTime(Instant runEndTime)The run end time of the test run step summary.TestRunStepSummary.BuilderrunStartTime(Instant runStartTime)The run start time of the test run step summary.TestRunStepSummary.Builderstatus(String status)The status of the test run step summary.TestRunStepSummary.Builderstatus(StepRunStatus status)The status of the test run step summary.TestRunStepSummary.BuilderstatusReason(String statusReason)The status reason of the test run step summary.TestRunStepSummary.BuilderstepName(String stepName)The step name of the test run step summary.TestRunStepSummary.BuildertestCaseId(String testCaseId)The test case ID of the test run step summary.TestRunStepSummary.BuildertestCaseVersion(Integer testCaseVersion)The test case version of the test run step summary.TestRunStepSummary.BuildertestRunId(String testRunId)The test run ID of the test run step summary.TestRunStepSummary.BuildertestSuiteId(String testSuiteId)The test suite ID of the test run step summary.TestRunStepSummary.BuildertestSuiteVersion(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 Detail
-
stepName
TestRunStepSummary.Builder stepName(String 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
TestRunStepSummary.Builder testRunId(String 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
TestRunStepSummary.Builder testCaseId(String 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
TestRunStepSummary.Builder testCaseVersion(Integer 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
TestRunStepSummary.Builder testSuiteId(String 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
TestRunStepSummary.Builder testSuiteVersion(Integer 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
TestRunStepSummary.Builder beforeStep(Boolean 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
TestRunStepSummary.Builder afterStep(Boolean 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
TestRunStepSummary.Builder status(String 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:
StepRunStatus,StepRunStatus
-
status
TestRunStepSummary.Builder status(StepRunStatus 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:
StepRunStatus,StepRunStatus
-
statusReason
TestRunStepSummary.Builder statusReason(String 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
TestRunStepSummary.Builder runStartTime(Instant 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
TestRunStepSummary.Builder runEndTime(Instant 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.
-
-