public static interface ListTestSetRecordsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListTestSetRecordsRequest.Builder,ListTestSetRecordsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTestSetRecordsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of test set records to return in each page.
|
ListTestSetRecordsRequest.Builder |
nextToken(String nextToken)
If the response from the ListTestSetRecords operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListTestSetRecordsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTestSetRecordsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTestSetRecordsRequest.Builder |
testSetId(String testSetId)
The identifier of the test set to list its test set records.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTestSetRecordsRequest.Builder testSetId(String testSetId)
The identifier of the test set to list its test set records.
testSetId - The identifier of the test set to list its test set records.ListTestSetRecordsRequest.Builder maxResults(Integer maxResults)
The maximum number of test set records to return in each page. If there are fewer records than the max page size, only the actual number of records are returned.
maxResults - The maximum number of test set records to return in each page. If there are fewer records than the max
page size, only the actual number of records are returned.ListTestSetRecordsRequest.Builder nextToken(String nextToken)
If the response from the ListTestSetRecords 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 ListTestSetRecords 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.ListTestSetRecordsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTestSetRecordsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.