public static interface ListTestExecutionResultItemsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListTestExecutionResultItemsRequest.Builder,ListTestExecutionResultItemsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTestExecutionResultItemsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of test execution result items to return in each page.
|
ListTestExecutionResultItemsRequest.Builder |
nextToken(String nextToken)
If the response from the
ListTestExecutionResultItems operation contains more results than
specified in the maxResults parameter, a token is returned in the response. |
ListTestExecutionResultItemsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTestExecutionResultItemsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListTestExecutionResultItemsRequest.Builder |
resultFilterBy(Consumer<TestExecutionResultFilterBy.Builder> resultFilterBy)
The filter for the list of results from the test set execution.
|
ListTestExecutionResultItemsRequest.Builder |
resultFilterBy(TestExecutionResultFilterBy resultFilterBy)
The filter for the list of results from the test set execution.
|
ListTestExecutionResultItemsRequest.Builder |
testExecutionId(String testExecutionId)
The unique identifier of the test execution to list the result items.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTestExecutionResultItemsRequest.Builder testExecutionId(String testExecutionId)
The unique identifier of the test execution to list the result items.
testExecutionId - The unique identifier of the test execution to list the result items.ListTestExecutionResultItemsRequest.Builder resultFilterBy(TestExecutionResultFilterBy resultFilterBy)
The filter for the list of results from the test set execution.
resultFilterBy - The filter for the list of results from the test set execution.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 via TestExecutionResultFilterBy.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to resultFilterBy(TestExecutionResultFilterBy).
resultFilterBy - a consumer that will call methods on TestExecutionResultFilterBy.BuilderresultFilterBy(TestExecutionResultFilterBy)ListTestExecutionResultItemsRequest.Builder maxResults(Integer 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.
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.ListTestExecutionResultItemsRequest.Builder nextToken(String nextToken)
If the response from the ListTestExecutionResultItems operation contains more results than
specified in the maxResults parameter, a token is returned in the response. Use that token in
the nextToken parameter to return the next page of results.
nextToken - If the response from the ListTestExecutionResultItems operation contains more results
than specified in the maxResults parameter, a token is returned in the response. Use that
token in the nextToken parameter to return the next page of results.ListTestExecutionResultItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTestExecutionResultItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.