Interface ListTestRunsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTestRunsResponse.Builder,,ListTestRunsResponse> Resiliencehubv2Response.Builder,SdkBuilder<ListTestRunsResponse.Builder,,ListTestRunsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListTestRunsResponse
@Mutable
@NotThreadSafe
public static interface ListTestRunsResponse.Builder
extends Resiliencehubv2Response.Builder, SdkPojo, CopyableBuilder<ListTestRunsResponse.Builder,ListTestRunsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the NextToken property for this object.testRuns(Collection<TestRunSummary> testRuns) The list of test run summaries.testRuns(Consumer<TestRunSummary.Builder>... testRuns) The list of test run summaries.testRuns(TestRunSummary... testRuns) The list of test run summaries.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.resiliencehubv2.model.Resiliencehubv2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
testRuns
The list of test run summaries.
- Parameters:
testRuns- The list of test run summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testRuns
The list of test run summaries.
- Parameters:
testRuns- The list of test run summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testRuns
The list of test run summaries.
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 onTestRunSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-