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