public static interface CreateContactFlowRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateContactFlowRequest.Builder,CreateContactFlowRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateContactFlowRequest.Builder |
content(String content)
The content of the contact flow.
|
CreateContactFlowRequest.Builder |
description(String description)
The description of the contact flow.
|
CreateContactFlowRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateContactFlowRequest.Builder |
name(String name)
The name of the contact flow.
|
CreateContactFlowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateContactFlowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateContactFlowRequest.Builder |
tags(Map<String,String> tags)
One or more tags.
|
CreateContactFlowRequest.Builder |
type(ContactFlowType type)
The type of the contact flow.
|
CreateContactFlowRequest.Builder |
type(String type)
The type of the contact flow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateContactFlowRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.CreateContactFlowRequest.Builder name(String name)
The name of the contact flow.
name - The name of the contact flow.CreateContactFlowRequest.Builder type(String type)
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
type - The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.ContactFlowType,
ContactFlowTypeCreateContactFlowRequest.Builder type(ContactFlowType type)
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
type - The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.ContactFlowType,
ContactFlowTypeCreateContactFlowRequest.Builder description(String description)
The description of the contact flow.
description - The description of the contact flow.CreateContactFlowRequest.Builder content(String content)
The content of the contact flow.
content - The content of the contact flow.CreateContactFlowRequest.Builder tags(Map<String,String> tags)
One or more tags.
tags - One or more tags.CreateContactFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateContactFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.