Interface ListTestExecutionResultItemsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListTestExecutionResultItemsRequest.Builder,
,ListTestExecutionResultItemsRequest> LexModelsV2Request.Builder
,SdkBuilder<ListTestExecutionResultItemsRequest.Builder,
,ListTestExecutionResultItemsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListTestExecutionResultItemsRequest
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of test execution result items to return in each page.If the response from theListTestExecutionResultItems
operation contains more results than specified in themaxResults
parameter, a token is returned in the response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resultFilterBy
(Consumer<TestExecutionResultFilterBy.Builder> resultFilterBy) The filter for the list of results from the test set execution.resultFilterBy
(TestExecutionResultFilterBy resultFilterBy) The filter for the list of results from the test set execution.testExecutionId
(String testExecutionId) The unique identifier of the test execution to list the result items.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.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
testExecutionId
The unique identifier of the test execution to list the result items.
- Parameters:
testExecutionId
- The unique identifier of the test execution to list the result items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultFilterBy
ListTestExecutionResultItemsRequest.Builder resultFilterBy(TestExecutionResultFilterBy resultFilterBy) The filter for the list of results from the test set execution.
- Parameters:
resultFilterBy
- The filter for the list of results from the test set execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultFilterBy
default ListTestExecutionResultItemsRequest.Builder resultFilterBy(Consumer<TestExecutionResultFilterBy.Builder> resultFilterBy) The filter for the list of results from the test set execution.
This is a convenience method that creates an instance of theTestExecutionResultFilterBy.Builder
avoiding the need to create one manually viaTestExecutionResultFilterBy.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresultFilterBy(TestExecutionResultFilterBy)
.- Parameters:
resultFilterBy
- a consumer that will call methods onTestExecutionResultFilterBy.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of test execution result items to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.
- Parameters:
maxResults
- The maximum number of test execution result items to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If the response from the
ListTestExecutionResultItems
operation contains more results than specified in themaxResults
parameter, a token is returned in the response. Use that token in thenextToken
parameter to return the next page of results.- Parameters:
nextToken
- If the response from theListTestExecutionResultItems
operation contains more results than specified in themaxResults
parameter, a token is returned in the response. Use that token in thenextToken
parameter to return the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTestExecutionResultItemsRequest.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
ListTestExecutionResultItemsRequest.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.
-