Interface ListTestRunStepsRequest.Builder
- All Superinterfaces:
AppTestRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<ListTestRunStepsRequest.Builder,
,ListTestRunStepsRequest> SdkBuilder<ListTestRunStepsRequest.Builder,
,ListTestRunStepsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListTestRunStepsRequest
@Mutable
@NotThreadSafe
public static interface ListTestRunStepsRequest.Builder
extends AppTestRequest.Builder, SdkPojo, CopyableBuilder<ListTestRunStepsRequest.Builder,ListTestRunStepsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of test run steps to return in one page of results.The token from a previous step to retrieve the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.testCaseId
(String testCaseId) The test case ID of the test run steps.The test run ID of the test run steps.testSuiteId
(String testSuiteId) The test suite ID of the test run steps.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
-
testRunId
The test run ID of the test run steps.
- Parameters:
testRunId
- The test run ID of the test run steps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseId
The test case ID of the test run steps.
- Parameters:
testCaseId
- The test case ID of the test run steps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSuiteId
The test suite ID of the test run steps.
- Parameters:
testSuiteId
- The test suite ID of the test run steps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token from a previous step to retrieve the next page of results.
- Parameters:
nextToken
- The token from a previous step to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of test run steps to return in one page of results.
- Parameters:
maxResults
- The maximum number of test run steps to return in one page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTestRunStepsRequest.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
ListTestRunStepsRequest.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.
-