public static interface ListPromptsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListPromptsResponse.Builder,ListPromptsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPromptsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListPromptsResponse.Builder |
promptSummaryList(Collection<PromptSummary> promptSummaryList)
Information about the prompts.
|
ListPromptsResponse.Builder |
promptSummaryList(Consumer<PromptSummary.Builder>... promptSummaryList)
Information about the prompts.
|
ListPromptsResponse.Builder |
promptSummaryList(PromptSummary... promptSummaryList)
Information about the prompts.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPromptsResponse.Builder promptSummaryList(Collection<PromptSummary> promptSummaryList)
Information about the prompts.
promptSummaryList - Information about the prompts.ListPromptsResponse.Builder promptSummaryList(PromptSummary... promptSummaryList)
Information about the prompts.
promptSummaryList - Information about the prompts.ListPromptsResponse.Builder promptSummaryList(Consumer<PromptSummary.Builder>... promptSummaryList)
Information about the prompts.
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 #promptSummaryList(List) .promptSummaryList - a consumer that will call methods on List.Builder #promptSummaryList(List) ListPromptsResponse.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.