public static interface DescribeContactFlowResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeContactFlowResponse.Builder,DescribeContactFlowResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeContactFlowResponse.Builder |
contactFlow(Consumer<ContactFlow.Builder> contactFlow)
Information about the flow.
|
DescribeContactFlowResponse.Builder |
contactFlow(ContactFlow contactFlow)
Information about the flow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeContactFlowResponse.Builder contactFlow(ContactFlow contactFlow)
Information about the flow.
contactFlow - Information about the flow.default DescribeContactFlowResponse.Builder contactFlow(Consumer<ContactFlow.Builder> contactFlow)
Information about the flow.
This is a convenience method that creates an instance of theContactFlow.Builder avoiding the need to
create one manually via ContactFlow.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to contactFlow(ContactFlow).contactFlow - a consumer that will call methods on ContactFlow.BuildercontactFlow(ContactFlow)Copyright © 2022. All rights reserved.