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 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 #contactFlowSummaryList(List) .contactFlowSummaryList - a consumer that will call methods on List.Builder #contactFlowSummaryList(List) 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 © 2022. All rights reserved.