public static interface ListTestExecutionResultItemsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListTestExecutionResultItemsResponse.Builder,ListTestExecutionResultItemsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTestExecutionResultItemsResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListTestExecutionResultItems operation. |
default ListTestExecutionResultItemsResponse.Builder |
testExecutionResults(Consumer<TestExecutionResultItems.Builder> testExecutionResults)
The list of results from the test execution.
|
ListTestExecutionResultItemsResponse.Builder |
testExecutionResults(TestExecutionResultItems testExecutionResults)
The list of results from the test execution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTestExecutionResultItemsResponse.Builder testExecutionResults(TestExecutionResultItems testExecutionResults)
The list of results from the test execution.
testExecutionResults - The list of results from the test execution.default ListTestExecutionResultItemsResponse.Builder testExecutionResults(Consumer<TestExecutionResultItems.Builder> testExecutionResults)
The list of results from the test execution.
This is a convenience method that creates an instance of theTestExecutionResultItems.Builder
avoiding the need to create one manually via TestExecutionResultItems.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to testExecutionResults(TestExecutionResultItems).
testExecutionResults - a consumer that will call methods on TestExecutionResultItems.BuildertestExecutionResults(TestExecutionResultItems)ListTestExecutionResultItemsResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListTestExecutionResultItems operation. If the nextToken field is present, you send
the contents as the nextToken parameter of a ListTestExecutionResultItems operation
request to get the next page of results.
nextToken - A token that indicates whether there are more results to return in a response to the
ListTestExecutionResultItems operation. If the nextToken field is present,
you send the contents as the nextToken parameter of a
ListTestExecutionResultItems operation request to get the next page of results.Copyright © 2023. All rights reserved.