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