Interface VoiceEnhancementConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VoiceEnhancementConfig.Builder,,VoiceEnhancementConfig> SdkBuilder<VoiceEnhancementConfig.Builder,,VoiceEnhancementConfig> SdkPojo
- Enclosing class:
VoiceEnhancementConfig
@Mutable
@NotThreadSafe
public static interface VoiceEnhancementConfig.Builder
extends SdkPojo, CopyableBuilder<VoiceEnhancementConfig.Builder,VoiceEnhancementConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe channel for this voice enhancement configuration.The channel for this voice enhancement configuration.voiceEnhancementMode(String voiceEnhancementMode) The voice enhancement mode.voiceEnhancementMode(VoiceEnhancementMode voiceEnhancementMode) The voice enhancement mode.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 voice enhancement configuration. Only
VOICEis supported for this data type.- Parameters:
channel- The channel for this voice enhancement configuration. OnlyVOICEis supported for this data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
channel
The channel for this voice enhancement configuration. Only
VOICEis supported for this data type.- Parameters:
channel- The channel for this voice enhancement configuration. OnlyVOICEis supported for this data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
voiceEnhancementMode
The voice enhancement mode.
- Parameters:
voiceEnhancementMode- The voice enhancement mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
voiceEnhancementMode
The voice enhancement mode.
- Parameters:
voiceEnhancementMode- The voice enhancement mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-