Interface ListTestRunsRequest.Builder
- All Superinterfaces:
- AppTestRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListTestRunsRequest.Builder,,- ListTestRunsRequest> - SdkBuilder<ListTestRunsRequest.Builder,,- ListTestRunsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListTestRunsRequest
@Mutable
@NotThreadSafe
public static interface ListTestRunsRequest.Builder
extends AppTestRequest.Builder, SdkPojo, CopyableBuilder<ListTestRunsRequest.Builder,ListTestRunsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of test runs to return in one page of results.The token from the previous request to retrieve the next page of test run results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.testRunIds(String... testRunIds) The test run IDs of the test runs.testRunIds(Collection<String> testRunIds) The test run IDs of the test runs.testSuiteId(String testSuiteId) The test suite ID of the test runs.Methods inherited from interface software.amazon.awssdk.services.apptest.model.AppTestRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods 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, sdkFields
- 
Method Details- 
testSuiteIdThe test suite ID of the test runs. - Parameters:
- testSuiteId- The test suite ID of the test runs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
testRunIdsThe test run IDs of the test runs. - Parameters:
- testRunIds- The test run IDs of the test runs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
testRunIdsThe test run IDs of the test runs. - Parameters:
- testRunIds- The test run IDs of the test runs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe token from the previous request to retrieve the next page of test run results. - Parameters:
- nextToken- The token from the previous request to retrieve the next page of test run results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of test runs to return in one page of results. - Parameters:
- maxResults- The maximum number of test runs to return in one page of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListTestRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListTestRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-