Interface AnswerMachineDetectionConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AnswerMachineDetectionConfig.Builder,,- AnswerMachineDetectionConfig> - SdkBuilder<AnswerMachineDetectionConfig.Builder,,- AnswerMachineDetectionConfig> - SdkPojo
- Enclosing class:
- AnswerMachineDetectionConfig
@Mutable
@NotThreadSafe
public static interface AnswerMachineDetectionConfig.Builder
extends SdkPojo, CopyableBuilder<AnswerMachineDetectionConfig.Builder,AnswerMachineDetectionConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionawaitAnswerMachinePrompt(Boolean awaitAnswerMachinePrompt) Enable or disable await answer machine promptenableAnswerMachineDetection(Boolean enableAnswerMachineDetection) Enable or disable answering machine detectionMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
enableAnswerMachineDetectionAnswerMachineDetectionConfig.Builder enableAnswerMachineDetection(Boolean enableAnswerMachineDetection) Enable or disable answering machine detection - Parameters:
- enableAnswerMachineDetection- Enable or disable answering machine detection
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
awaitAnswerMachinePromptEnable or disable await answer machine prompt - Parameters:
- awaitAnswerMachinePrompt- Enable or disable await answer machine prompt
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-