Interface GetTestRunStepResponse.Builder
-
- All Superinterfaces:
AppTestResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetTestRunStepResponse.Builder,GetTestRunStepResponse>,SdkBuilder<GetTestRunStepResponse.Builder,GetTestRunStepResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTestRunStepResponse
public static interface GetTestRunStepResponse.Builder extends AppTestResponse.Builder, SdkPojo, CopyableBuilder<GetTestRunStepResponse.Builder,GetTestRunStepResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetTestRunStepResponse.BuilderafterStep(Boolean afterStep)The after steps of the test run step.GetTestRunStepResponse.BuilderbeforeStep(Boolean beforeStep)The before steps of the test run step.GetTestRunStepResponse.BuilderrunEndTime(Instant runEndTime)The run end time of the test run step.GetTestRunStepResponse.BuilderrunStartTime(Instant runStartTime)The run start time of the test run step.GetTestRunStepResponse.Builderstatus(String status)The status of the test run step.GetTestRunStepResponse.Builderstatus(StepRunStatus status)The status of the test run step.GetTestRunStepResponse.BuilderstatusReason(String statusReason)The status reason of the test run step.GetTestRunStepResponse.BuilderstepName(String stepName)The step name of the test run step.default GetTestRunStepResponse.BuilderstepRunSummary(Consumer<StepRunSummary.Builder> stepRunSummary)The step run summary of the test run step.GetTestRunStepResponse.BuilderstepRunSummary(StepRunSummary stepRunSummary)The step run summary of the test run step.GetTestRunStepResponse.BuildertestCaseId(String testCaseId)The test case ID of the test run step.GetTestRunStepResponse.BuildertestCaseVersion(Integer testCaseVersion)The test case version of the test run step.GetTestRunStepResponse.BuildertestRunId(String testRunId)The test run ID of the test run step.GetTestRunStepResponse.BuildertestSuiteId(String testSuiteId)The test suite ID of the test run step.GetTestRunStepResponse.BuildertestSuiteVersion(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 Detail
-
stepName
GetTestRunStepResponse.Builder stepName(String 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
GetTestRunStepResponse.Builder testRunId(String 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
GetTestRunStepResponse.Builder testCaseId(String 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
GetTestRunStepResponse.Builder testCaseVersion(Integer 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
GetTestRunStepResponse.Builder testSuiteId(String 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
GetTestRunStepResponse.Builder testSuiteVersion(Integer 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
GetTestRunStepResponse.Builder beforeStep(Boolean 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
GetTestRunStepResponse.Builder afterStep(Boolean 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
GetTestRunStepResponse.Builder status(String 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:
StepRunStatus,StepRunStatus
-
status
GetTestRunStepResponse.Builder status(StepRunStatus 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:
StepRunStatus,StepRunStatus
-
statusReason
GetTestRunStepResponse.Builder statusReason(String 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
GetTestRunStepResponse.Builder runStartTime(Instant 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
GetTestRunStepResponse.Builder runEndTime(Instant 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
GetTestRunStepResponse.Builder stepRunSummary(StepRunSummary 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.Builderavoiding the need to create one manually viaStepRunSummary.builder().When the
Consumercompletes,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:
stepRunSummary(StepRunSummary)
-
-