Interface UpdateUserConfigRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateUserConfigRequest.Builder,,UpdateUserConfigRequest> SdkBuilder<UpdateUserConfigRequest.Builder,,UpdateUserConfigRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateUserConfigRequest
-
Method Summary
Modifier and TypeMethodDescriptionafterContactWorkConfigs(Collection<AfterContactWorkConfigPerChannel> afterContactWorkConfigs) The list of after contact work (ACW) timeout configuration settings for each channel.afterContactWorkConfigs(Consumer<AfterContactWorkConfigPerChannel.Builder>... afterContactWorkConfigs) The list of after contact work (ACW) timeout configuration settings for each channel.afterContactWorkConfigs(AfterContactWorkConfigPerChannel... afterContactWorkConfigs) The list of after contact work (ACW) timeout configuration settings for each channel.autoAcceptConfigs(Collection<AutoAcceptConfig> autoAcceptConfigs) The list of auto-accept configuration settings for each channel.autoAcceptConfigs(Consumer<AutoAcceptConfig.Builder>... autoAcceptConfigs) The list of auto-accept configuration settings for each channel.autoAcceptConfigs(AutoAcceptConfig... autoAcceptConfigs) The list of auto-accept configuration settings for each channel.instanceId(String instanceId) The identifier of the Amazon Connect instance.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.persistentConnectionConfigs(Collection<PersistentConnectionConfig> persistentConnectionConfigs) The list of persistent connection configuration settings for each channel.persistentConnectionConfigs(Consumer<PersistentConnectionConfig.Builder>... persistentConnectionConfigs) The list of persistent connection configuration settings for each channel.persistentConnectionConfigs(PersistentConnectionConfig... persistentConnectionConfigs) The list of persistent connection configuration settings for each channel.phoneNumberConfigs(Collection<PhoneNumberConfig> phoneNumberConfigs) The list of phone number configuration settings for each channel.phoneNumberConfigs(Consumer<PhoneNumberConfig.Builder>... phoneNumberConfigs) The list of phone number configuration settings for each channel.phoneNumberConfigs(PhoneNumberConfig... phoneNumberConfigs) The list of phone number configuration settings for each channel.The identifier of the user account.voiceEnhancementConfigs(Collection<VoiceEnhancementConfig> voiceEnhancementConfigs) The list of voice enhancement configuration settings for each channel.voiceEnhancementConfigs(Consumer<VoiceEnhancementConfig.Builder>... voiceEnhancementConfigs) The list of voice enhancement configuration settings for each channel.voiceEnhancementConfigs(VoiceEnhancementConfig... voiceEnhancementConfigs) The list of voice enhancement configuration settings for each channel.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
autoAcceptConfigs
The list of auto-accept configuration settings for each channel. When auto-accept is enabled for a channel, available agents are automatically connected to contacts from that channel without needing to manually accept. Auto-accept connects agents to contacts in less than one second.
- Parameters:
autoAcceptConfigs- The list of auto-accept configuration settings for each channel. When auto-accept is enabled for a channel, available agents are automatically connected to contacts from that channel without needing to manually accept. Auto-accept connects agents to contacts in less than one second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoAcceptConfigs
The list of auto-accept configuration settings for each channel. When auto-accept is enabled for a channel, available agents are automatically connected to contacts from that channel without needing to manually accept. Auto-accept connects agents to contacts in less than one second.
- Parameters:
autoAcceptConfigs- The list of auto-accept configuration settings for each channel. When auto-accept is enabled for a channel, available agents are automatically connected to contacts from that channel without needing to manually accept. Auto-accept connects agents to contacts in less than one second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoAcceptConfigs
UpdateUserConfigRequest.Builder autoAcceptConfigs(Consumer<AutoAcceptConfig.Builder>... autoAcceptConfigs) The list of auto-accept configuration settings for each channel. When auto-accept is enabled for a channel, available agents are automatically connected to contacts from that channel without needing to manually accept. Auto-accept connects agents to contacts in less than one second.
This is a convenience method that creates an instance of theAutoAcceptConfig.Builderavoiding the need to create one manually viaAutoAcceptConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toautoAcceptConfigs(List<AutoAcceptConfig>).- Parameters:
autoAcceptConfigs- a consumer that will call methods onAutoAcceptConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
afterContactWorkConfigs
UpdateUserConfigRequest.Builder afterContactWorkConfigs(Collection<AfterContactWorkConfigPerChannel> afterContactWorkConfigs) The list of after contact work (ACW) timeout configuration settings for each channel. ACW timeout specifies how many seconds agents have for after contact work, such as entering notes about the contact. The minimum setting is 1 second, and the maximum is 2,000,000 seconds (24 days). Enter 0 for an indefinite amount of time, meaning agents must manually choose to end ACW.
- Parameters:
afterContactWorkConfigs- The list of after contact work (ACW) timeout configuration settings for each channel. ACW timeout specifies how many seconds agents have for after contact work, such as entering notes about the contact. The minimum setting is 1 second, and the maximum is 2,000,000 seconds (24 days). Enter 0 for an indefinite amount of time, meaning agents must manually choose to end ACW.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
afterContactWorkConfigs
UpdateUserConfigRequest.Builder afterContactWorkConfigs(AfterContactWorkConfigPerChannel... afterContactWorkConfigs) The list of after contact work (ACW) timeout configuration settings for each channel. ACW timeout specifies how many seconds agents have for after contact work, such as entering notes about the contact. The minimum setting is 1 second, and the maximum is 2,000,000 seconds (24 days). Enter 0 for an indefinite amount of time, meaning agents must manually choose to end ACW.
- Parameters:
afterContactWorkConfigs- The list of after contact work (ACW) timeout configuration settings for each channel. ACW timeout specifies how many seconds agents have for after contact work, such as entering notes about the contact. The minimum setting is 1 second, and the maximum is 2,000,000 seconds (24 days). Enter 0 for an indefinite amount of time, meaning agents must manually choose to end ACW.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
afterContactWorkConfigs
UpdateUserConfigRequest.Builder afterContactWorkConfigs(Consumer<AfterContactWorkConfigPerChannel.Builder>... afterContactWorkConfigs) The list of after contact work (ACW) timeout configuration settings for each channel. ACW timeout specifies how many seconds agents have for after contact work, such as entering notes about the contact. The minimum setting is 1 second, and the maximum is 2,000,000 seconds (24 days). Enter 0 for an indefinite amount of time, meaning agents must manually choose to end ACW.
This is a convenience method that creates an instance of theAfterContactWorkConfigPerChannel.Builderavoiding the need to create one manually viaAfterContactWorkConfigPerChannel.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toafterContactWorkConfigs(List<AfterContactWorkConfigPerChannel>).- Parameters:
afterContactWorkConfigs- a consumer that will call methods onAfterContactWorkConfigPerChannel.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
phoneNumberConfigs
UpdateUserConfigRequest.Builder phoneNumberConfigs(Collection<PhoneNumberConfig> phoneNumberConfigs) The list of phone number configuration settings for each channel.
- Parameters:
phoneNumberConfigs- The list of phone number configuration settings for each channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberConfigs
The list of phone number configuration settings for each channel.
- Parameters:
phoneNumberConfigs- The list of phone number configuration settings for each channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberConfigs
UpdateUserConfigRequest.Builder phoneNumberConfigs(Consumer<PhoneNumberConfig.Builder>... phoneNumberConfigs) The list of phone number configuration settings for each channel.
This is a convenience method that creates an instance of thePhoneNumberConfig.Builderavoiding the need to create one manually viaPhoneNumberConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tophoneNumberConfigs(List<PhoneNumberConfig>).- Parameters:
phoneNumberConfigs- a consumer that will call methods onPhoneNumberConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
persistentConnectionConfigs
UpdateUserConfigRequest.Builder persistentConnectionConfigs(Collection<PersistentConnectionConfig> persistentConnectionConfigs) The list of persistent connection configuration settings for each channel.
- Parameters:
persistentConnectionConfigs- The list of persistent connection configuration settings for each channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
persistentConnectionConfigs
UpdateUserConfigRequest.Builder persistentConnectionConfigs(PersistentConnectionConfig... persistentConnectionConfigs) The list of persistent connection configuration settings for each channel.
- Parameters:
persistentConnectionConfigs- The list of persistent connection configuration settings for each channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
persistentConnectionConfigs
UpdateUserConfigRequest.Builder persistentConnectionConfigs(Consumer<PersistentConnectionConfig.Builder>... persistentConnectionConfigs) The list of persistent connection configuration settings for each channel.
This is a convenience method that creates an instance of thePersistentConnectionConfig.Builderavoiding the need to create one manually viaPersistentConnectionConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topersistentConnectionConfigs(List<PersistentConnectionConfig>).- Parameters:
persistentConnectionConfigs- a consumer that will call methods onPersistentConnectionConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
voiceEnhancementConfigs
UpdateUserConfigRequest.Builder voiceEnhancementConfigs(Collection<VoiceEnhancementConfig> voiceEnhancementConfigs) The list of voice enhancement configuration settings for each channel.
- Parameters:
voiceEnhancementConfigs- The list of voice enhancement configuration settings for each channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceEnhancementConfigs
UpdateUserConfigRequest.Builder voiceEnhancementConfigs(VoiceEnhancementConfig... voiceEnhancementConfigs) The list of voice enhancement configuration settings for each channel.
- Parameters:
voiceEnhancementConfigs- The list of voice enhancement configuration settings for each channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceEnhancementConfigs
UpdateUserConfigRequest.Builder voiceEnhancementConfigs(Consumer<VoiceEnhancementConfig.Builder>... voiceEnhancementConfigs) The list of voice enhancement configuration settings for each channel.
This is a convenience method that creates an instance of theVoiceEnhancementConfig.Builderavoiding the need to create one manually viaVoiceEnhancementConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovoiceEnhancementConfigs(List<VoiceEnhancementConfig>).- Parameters:
voiceEnhancementConfigs- a consumer that will call methods onVoiceEnhancementConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userId
The identifier of the user account.
- Parameters:
userId- The identifier of the user account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateUserConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateUserConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-