Interface GetTestRunStepResponse.Builder
- All Superinterfaces:
AppTestResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTestRunStepResponse.Builder,
,GetTestRunStepResponse> SdkBuilder<GetTestRunStepResponse.Builder,
,GetTestRunStepResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTestRunStepResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe after steps of the test run step.beforeStep
(Boolean beforeStep) The before steps of the test run step.runEndTime
(Instant runEndTime) The run end time of the test run step.runStartTime
(Instant runStartTime) The run start time of the test run step.The status of the test run step.status
(StepRunStatus status) The status of the test run step.statusReason
(String statusReason) The status reason of the test run step.The step name of the test run step.default GetTestRunStepResponse.Builder
stepRunSummary
(Consumer<StepRunSummary.Builder> stepRunSummary) The step run summary of the test run step.stepRunSummary
(StepRunSummary stepRunSummary) The step run summary of the test run step.testCaseId
(String testCaseId) The test case ID of the test run step.testCaseVersion
(Integer testCaseVersion) The test case version of the test run step.The test run ID of the test run step.testSuiteId
(String testSuiteId) The test suite ID of the test run step.testSuiteVersion
(Integer testSuiteVersion) The test suite version of the test run step.Methods inherited from interface software.amazon.awssdk.services.apptest.model.AppTestResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
stepName
The step name of the test run step.
- Parameters:
stepName
- The step name of the test run step.- 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.
- Parameters:
testRunId
- The test run ID of the test run step.- 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.
- Parameters:
testCaseId
- The test case ID of the test run step.- 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.
- Parameters:
testCaseVersion
- The test case version of the test run step.- 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.
- Parameters:
testSuiteId
- The test suite ID of the test run step.- 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.
- Parameters:
testSuiteVersion
- The test suite version of the test run step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
beforeStep
The before steps of the test run step.
- Parameters:
beforeStep
- The before steps of the test run step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
afterStep
The after steps of the test run step.
- Parameters:
afterStep
- The after steps of the test run step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the test run step.
- Parameters:
status
- The status of the test run step.- 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.
- Parameters:
status
- The status of the test run step.- 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.
- Parameters:
statusReason
- The status reason of the test run step.- 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.
- Parameters:
runStartTime
- The run start time of the test run step.- 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.
- Parameters:
runEndTime
- The run end time of the test run step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepRunSummary
The step run summary of the test run step.
- Parameters:
stepRunSummary
- The step run summary of the test run step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepRunSummary
default GetTestRunStepResponse.Builder stepRunSummary(Consumer<StepRunSummary.Builder> stepRunSummary) The step run summary of the test run step.
This is a convenience method that creates an instance of theStepRunSummary.Builder
avoiding the need to create one manually viaStepRunSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostepRunSummary(StepRunSummary)
.- Parameters:
stepRunSummary
- a consumer that will call methods onStepRunSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-