public static interface UpdateContactFlowModuleContentRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactFlowModuleContentRequest.Builder,UpdateContactFlowModuleContentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateContactFlowModuleContentRequest.Builder |
contactFlowModuleId(String contactFlowModuleId)
The identifier of the flow module.
|
UpdateContactFlowModuleContentRequest.Builder |
content(String content)
The content of the flow module.
|
UpdateContactFlowModuleContentRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateContactFlowModuleContentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContactFlowModuleContentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContactFlowModuleContentRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.UpdateContactFlowModuleContentRequest.Builder contactFlowModuleId(String contactFlowModuleId)
The identifier of the flow module.
contactFlowModuleId - The identifier of the flow module.UpdateContactFlowModuleContentRequest.Builder content(String content)
The content of the flow module.
content - The content of the flow module.UpdateContactFlowModuleContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContactFlowModuleContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.