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 Summary
Modifier 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.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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
-
Method Details
-
testSuiteId
The 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.
-
testRunIds
The 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.
-
testRunIds
The 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.
-
nextToken
The 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.
-
maxResults
The 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.
-
overrideConfiguration
ListTestRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListTestRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-