Interface ListTestRunStepsResponse.Builder
- All Superinterfaces:
AppTestResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<ListTestRunStepsResponse.Builder,
,ListTestRunStepsResponse> SdkBuilder<ListTestRunStepsResponse.Builder,
,ListTestRunStepsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListTestRunStepsResponse
@Mutable
@NotThreadSafe
public static interface ListTestRunStepsResponse.Builder
extends AppTestResponse.Builder, SdkPojo, CopyableBuilder<ListTestRunStepsResponse.Builder,ListTestRunStepsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token from a previous request to retrieve the next page of results.testRunSteps
(Collection<TestRunStepSummary> testRunSteps) The test run steps of the response query.testRunSteps
(Consumer<TestRunStepSummary.Builder>... testRunSteps) The test run steps of the response query.testRunSteps
(TestRunStepSummary... testRunSteps) The test run steps of the response query.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
-
testRunSteps
The test run steps of the response query.
- Parameters:
testRunSteps
- The test run steps of the response query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testRunSteps
The test run steps of the response query.
- Parameters:
testRunSteps
- The test run steps of the response query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testRunSteps
The test run steps of the response query.
This is a convenience method that creates an instance of theTestRunStepSummary.Builder
avoiding the need to create one manually viaTestRunStepSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totestRunSteps(List<TestRunStepSummary>)
.- Parameters:
testRunSteps
- a consumer that will call methods onTestRunStepSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token from a previous request to retrieve the next page of results.
- Parameters:
nextToken
- The token from a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-