SearchContactFlowsResponse.Builder |
SearchContactFlowsResponse.Builder.approximateTotalCount(Long approximateTotalCount) |
The total number of contact flows which matched your search query.
|
static SearchContactFlowsResponse.Builder |
SearchContactFlowsResponse.builder() |
|
SearchContactFlowsResponse.Builder |
SearchContactFlowsResponse.Builder.contactFlows(Collection<ContactFlow> contactFlows) |
Information about the flows.
|
SearchContactFlowsResponse.Builder |
SearchContactFlowsResponse.Builder.contactFlows(Consumer<ContactFlow.Builder>... contactFlows) |
Information about the flows.
|
SearchContactFlowsResponse.Builder |
SearchContactFlowsResponse.Builder.contactFlows(ContactFlow... contactFlows) |
Information about the flows.
|
SearchContactFlowsResponse.Builder |
SearchContactFlowsResponse.Builder.nextToken(String nextToken) |
If there are additional results, this is the token for the next set of results.
|
SearchContactFlowsResponse.Builder |
SearchContactFlowsResponse.toBuilder() |
|