public static interface ListAssistantsResponse.Builder extends WisdomResponse.Builder, SdkPojo, CopyableBuilder<ListAssistantsResponse.Builder,ListAssistantsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssistantsResponse.Builder |
assistantSummaries(AssistantSummary... assistantSummaries)
Information about the assistants.
|
ListAssistantsResponse.Builder |
assistantSummaries(Collection<AssistantSummary> assistantSummaries)
Information about the assistants.
|
ListAssistantsResponse.Builder |
assistantSummaries(Consumer<AssistantSummary.Builder>... assistantSummaries)
Information about the assistants.
|
ListAssistantsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssistantsResponse.Builder assistantSummaries(Collection<AssistantSummary> assistantSummaries)
Information about the assistants.
assistantSummaries - Information about the assistants.ListAssistantsResponse.Builder assistantSummaries(AssistantSummary... assistantSummaries)
Information about the assistants.
assistantSummaries - Information about the assistants.ListAssistantsResponse.Builder assistantSummaries(Consumer<AssistantSummary.Builder>... assistantSummaries)
Information about the assistants.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #assistantSummaries(List) .assistantSummaries - a consumer that will call methods on List.Builder #assistantSummaries(List) ListAssistantsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2022. All rights reserved.