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 thePromptSummary.Builder avoiding the need to create one
manually via PromptSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #promptSummaryList(List.
promptSummaryList - a consumer that will call methods on
PromptSummary.Builder#promptSummaryList(java.util.Collection) 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 © 2023. All rights reserved.