Interface AfterContactWorkConfigPerChannel.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AfterContactWorkConfigPerChannel.Builder,,AfterContactWorkConfigPerChannel> SdkBuilder<AfterContactWorkConfigPerChannel.Builder,,AfterContactWorkConfigPerChannel> SdkPojo
- Enclosing class:
AfterContactWorkConfigPerChannel
-
Method Summary
Modifier and TypeMethodDescriptionafterContactWorkConfig(Consumer<AfterContactWorkConfig.Builder> afterContactWorkConfig) The ACW timeout settings for this channel.afterContactWorkConfig(AfterContactWorkConfig afterContactWorkConfig) The ACW timeout settings for this channel.agentFirstCallbackAfterContactWorkConfig(Consumer<AfterContactWorkConfig.Builder> agentFirstCallbackAfterContactWorkConfig) The ACW timeout settings for agent-first callbacks.agentFirstCallbackAfterContactWorkConfig(AfterContactWorkConfig agentFirstCallbackAfterContactWorkConfig) The ACW timeout settings for agent-first callbacks.The channel for this ACW timeout configuration.The channel for this ACW timeout configuration.Methods 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
-
channel
The channel for this ACW timeout configuration. Valid values: VOICE, CHAT, TASK, EMAIL.
- Parameters:
channel- The channel for this ACW timeout configuration. Valid values: VOICE, CHAT, TASK, EMAIL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
channel
The channel for this ACW timeout configuration. Valid values: VOICE, CHAT, TASK, EMAIL.
- Parameters:
channel- The channel for this ACW timeout configuration. Valid values: VOICE, CHAT, TASK, EMAIL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
afterContactWorkConfig
AfterContactWorkConfigPerChannel.Builder afterContactWorkConfig(AfterContactWorkConfig afterContactWorkConfig) The ACW timeout settings for this channel.
- Parameters:
afterContactWorkConfig- The ACW timeout settings for this channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
afterContactWorkConfig
default AfterContactWorkConfigPerChannel.Builder afterContactWorkConfig(Consumer<AfterContactWorkConfig.Builder> afterContactWorkConfig) The ACW timeout settings for this channel.
This is a convenience method that creates an instance of theAfterContactWorkConfig.Builderavoiding the need to create one manually viaAfterContactWorkConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toafterContactWorkConfig(AfterContactWorkConfig).- Parameters:
afterContactWorkConfig- a consumer that will call methods onAfterContactWorkConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentFirstCallbackAfterContactWorkConfig
AfterContactWorkConfigPerChannel.Builder agentFirstCallbackAfterContactWorkConfig(AfterContactWorkConfig agentFirstCallbackAfterContactWorkConfig) The ACW timeout settings for agent-first callbacks. This setting only applies to the VOICE channel.
- Parameters:
agentFirstCallbackAfterContactWorkConfig- The ACW timeout settings for agent-first callbacks. This setting only applies to the VOICE channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentFirstCallbackAfterContactWorkConfig
default AfterContactWorkConfigPerChannel.Builder agentFirstCallbackAfterContactWorkConfig(Consumer<AfterContactWorkConfig.Builder> agentFirstCallbackAfterContactWorkConfig) The ACW timeout settings for agent-first callbacks. This setting only applies to the VOICE channel.
This is a convenience method that creates an instance of theAfterContactWorkConfig.Builderavoiding the need to create one manually viaAfterContactWorkConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentFirstCallbackAfterContactWorkConfig(AfterContactWorkConfig).- Parameters:
agentFirstCallbackAfterContactWorkConfig- a consumer that will call methods onAfterContactWorkConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-