public static interface ListContactFlowsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListContactFlowsResponse.Builder,ListContactFlowsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListContactFlowsResponse.Builder |
contactFlowSummaryList(Collection<ContactFlowSummary> contactFlowSummaryList)
Information about the flows.
|
ListContactFlowsResponse.Builder |
contactFlowSummaryList(Consumer<ContactFlowSummary.Builder>... contactFlowSummaryList)
Information about the flows.
|
ListContactFlowsResponse.Builder |
contactFlowSummaryList(ContactFlowSummary... contactFlowSummaryList)
Information about the flows.
|
ListContactFlowsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContactFlowsResponse.Builder contactFlowSummaryList(Collection<ContactFlowSummary> contactFlowSummaryList)
Information about the flows.
contactFlowSummaryList - Information about the flows.ListContactFlowsResponse.Builder contactFlowSummaryList(ContactFlowSummary... contactFlowSummaryList)
Information about the flows.
contactFlowSummaryList - Information about the flows.ListContactFlowsResponse.Builder contactFlowSummaryList(Consumer<ContactFlowSummary.Builder>... contactFlowSummaryList)
Information about the flows.
This is a convenience method that creates an instance of theContactFlowSummary.Builder avoiding the need to create
one manually via ContactFlowSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #contactFlowSummaryList(List.
contactFlowSummaryList - a consumer that will call methods on
ContactFlowSummary.Builder#contactFlowSummaryList(java.util.Collection) ListContactFlowsResponse.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.