Interface ListTestRunsResponse.Builder
- All Superinterfaces:
- AppTestResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListTestRunsResponse.Builder,,- ListTestRunsResponse> - SdkBuilder<ListTestRunsResponse.Builder,,- ListTestRunsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListTestRunsResponse
@Mutable
@NotThreadSafe
public static interface ListTestRunsResponse.Builder
extends AppTestResponse.Builder, SdkPojo, CopyableBuilder<ListTestRunsResponse.Builder,ListTestRunsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe token from the previous request to retrieve the next page of results.testRuns(Collection<TestRunSummary> testRuns) The test runs of the response query.testRuns(Consumer<TestRunSummary.Builder>... testRuns) The test runs of the response query.testRuns(TestRunSummary... testRuns) The test runs of the response query.Methods inherited from interface software.amazon.awssdk.services.apptest.model.AppTestResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
testRunsThe test runs of the response query. - Parameters:
- testRuns- The test runs of the response query.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
testRunsThe test runs of the response query. - Parameters:
- testRuns- The test runs of the response query.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
testRunsThe test runs of the response query. This is a convenience method that creates an instance of theTestRunSummary.Builderavoiding the need to create one manually viaTestRunSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totestRuns(List<TestRunSummary>).- Parameters:
- testRuns- a consumer that will call methods on- TestRunSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe token from the previous request to retrieve the next page of results. - Parameters:
- nextToken- The token from the previous request to retrieve the next page of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-