public static interface ListTestExecutionsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListTestExecutionsRequest.Builder,ListTestExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTestExecutionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of test executions to return in each page.
|
ListTestExecutionsRequest.Builder |
nextToken(String nextToken)
If the response from the ListTestExecutions operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListTestExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTestExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListTestExecutionsRequest.Builder |
sortBy(Consumer<TestExecutionSortBy.Builder> sortBy)
The sort order of the test set executions.
|
ListTestExecutionsRequest.Builder |
sortBy(TestExecutionSortBy sortBy)
The sort order of the test set executions.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTestExecutionsRequest.Builder sortBy(TestExecutionSortBy sortBy)
The sort order of the test set executions.
sortBy - The sort order of the test set executions.default ListTestExecutionsRequest.Builder sortBy(Consumer<TestExecutionSortBy.Builder> sortBy)
The sort order of the test set executions.
This is a convenience method that creates an instance of theTestExecutionSortBy.Builder avoiding the
need to create one manually via TestExecutionSortBy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sortBy(TestExecutionSortBy).
sortBy - a consumer that will call methods on TestExecutionSortBy.BuildersortBy(TestExecutionSortBy)ListTestExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of test executions 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 executions to return in each page. If there are fewer results than the max
page size, only the actual number of results are returned.ListTestExecutionsRequest.Builder nextToken(String nextToken)
If the response from the ListTestExecutions 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 ListTestExecutions 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.ListTestExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTestExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.