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 flow's content.
|
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 flow's content. For an example, see Example contact flow in Amazon Connect Flow language in the Amazon Connect Administrator Guide.
content - The JSON string that represents flow's content. For an example, see Example
contact flow in Amazon Connect Flow language in the Amazon Connect Administrator Guide.UpdateContactFlowContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContactFlowContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.