public static interface UpdateContactFlowModuleMetadataRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateContactFlowModuleMetadataRequest.Builder,UpdateContactFlowModuleMetadataRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContactFlowModuleMetadataRequest.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.UpdateContactFlowModuleMetadataRequest.Builder contactFlowModuleId(String contactFlowModuleId)
The identifier of the contact flow module.
contactFlowModuleId - The identifier of the contact flow module.UpdateContactFlowModuleMetadataRequest.Builder name(String name)
The name of the contact flow module.
name - The name of the contact flow module.UpdateContactFlowModuleMetadataRequest.Builder description(String description)
The description of the contact flow module.
description - The description of the contact flow module.UpdateContactFlowModuleMetadataRequest.Builder state(String state)
The state of contact flow module.
state - The state of contact flow module.ContactFlowModuleState,
ContactFlowModuleStateUpdateContactFlowModuleMetadataRequest.Builder state(ContactFlowModuleState state)
The state of contact flow module.
state - The state of contact flow module.ContactFlowModuleState,
ContactFlowModuleStateUpdateContactFlowModuleMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContactFlowModuleMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.