Class CfnUserPropsMixin.VoiceEnhancementConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnUserPropsMixin.VoiceEnhancementConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserPropsMixin.VoiceEnhancementConfigProperty>
- Enclosing interface:
CfnUserPropsMixin.VoiceEnhancementConfigProperty
@Stability(Stable)
public static final class CfnUserPropsMixin.VoiceEnhancementConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserPropsMixin.VoiceEnhancementConfigProperty>
A builder for
CfnUserPropsMixin.VoiceEnhancementConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnUserPropsMixin.VoiceEnhancementConfigProperty.getChannel()voiceEnhancementMode(String voiceEnhancementMode)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channel
@Stability(Stable) public CfnUserPropsMixin.VoiceEnhancementConfigProperty.Builder channel(String channel) Sets the value ofCfnUserPropsMixin.VoiceEnhancementConfigProperty.getChannel()- Parameters:
channel- The channels that agents can handle in the Contact Control Panel (CCP).- Returns:
this
-
voiceEnhancementMode
@Stability(Stable) public CfnUserPropsMixin.VoiceEnhancementConfigProperty.Builder voiceEnhancementMode(String voiceEnhancementMode) - Parameters:
voiceEnhancementMode- The Voice Enhancement Mode setting.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserPropsMixin.VoiceEnhancementConfigProperty>- Returns:
- a new instance of
CfnUserPropsMixin.VoiceEnhancementConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-