public static interface UpdateContactFlowContentRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactFlowContentRequest.Builder,UpdateContactFlowContentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateContactFlowContentRequest.Builder |
contactFlowId(String contactFlowId)
The identifier of the flow.
|
UpdateContactFlowContentRequest.Builder |
content(String content)
The JSON string that represents the content of the flow.
|
UpdateContactFlowContentRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateContactFlowContentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContactFlowContentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContactFlowContentRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.UpdateContactFlowContentRequest.Builder contactFlowId(String contactFlowId)
The identifier of the flow.
contactFlowId - The identifier of the flow.UpdateContactFlowContentRequest.Builder content(String content)
The JSON string that represents the content of the flow. For an example, see Example contact flow in Amazon Connect Flow language.
Length Constraints: Minimum length of 1. Maximum length of 256000.
content - The JSON string that represents the content of the flow. For an example, see Example
contact flow in Amazon Connect Flow language.
Length Constraints: Minimum length of 1. Maximum length of 256000.
UpdateContactFlowContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContactFlowContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.