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 flow.
|
CreateContactFlowRequest.Builder |
description(String description)
The description of the flow.
|
CreateContactFlowRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateContactFlowRequest.Builder |
name(String name)
The name of the flow.
|
CreateContactFlowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateContactFlowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateContactFlowRequest.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateContactFlowRequest.Builder |
type(ContactFlowType type)
The type of the flow.
|
CreateContactFlowRequest.Builder |
type(String type)
The type of the 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 flow.
name - The name of the flow.CreateContactFlowRequest.Builder type(String type)
The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.
type - The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.ContactFlowType,
ContactFlowTypeCreateContactFlowRequest.Builder type(ContactFlowType type)
The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.
type - The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.ContactFlowType,
ContactFlowTypeCreateContactFlowRequest.Builder description(String description)
The description of the flow.
description - The description of the flow.CreateContactFlowRequest.Builder content(String content)
The content of the flow.
content - The content of the flow.CreateContactFlowRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.CreateContactFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateContactFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.