public static interface ListTestExecutionsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListTestExecutionsResponse.Builder,ListTestExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTestExecutionsResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListTestExecutions
operation.
|
ListTestExecutionsResponse.Builder |
testExecutions(Collection<TestExecutionSummary> testExecutions)
The list of test executions.
|
ListTestExecutionsResponse.Builder |
testExecutions(Consumer<TestExecutionSummary.Builder>... testExecutions)
The list of test executions.
|
ListTestExecutionsResponse.Builder |
testExecutions(TestExecutionSummary... testExecutions)
The list of test executions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTestExecutionsResponse.Builder testExecutions(Collection<TestExecutionSummary> testExecutions)
The list of test executions.
testExecutions - The list of test executions.ListTestExecutionsResponse.Builder testExecutions(TestExecutionSummary... testExecutions)
The list of test executions.
testExecutions - The list of test executions.ListTestExecutionsResponse.Builder testExecutions(Consumer<TestExecutionSummary.Builder>... testExecutions)
The list of test executions.
This is a convenience method that creates an instance of theTestExecutionSummary.Builder avoiding the need to
create one manually via
TestExecutionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #testExecutions(List.
testExecutions - a consumer that will call methods on
TestExecutionSummary.Builder#testExecutions(java.util.Collection) ListTestExecutionsResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListTestExecutions operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListTestExecutions 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
ListTestExecutions operation. If the nextToken field is present, you send the contents as the
nextToken parameter of a ListTestExecutions operation request to get the next page of results.Copyright © 2023. All rights reserved.