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