Interface AnswerMachineDetectionConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnswerMachineDetectionConfig.Builder,,AnswerMachineDetectionConfig> SdkBuilder<AnswerMachineDetectionConfig.Builder,,AnswerMachineDetectionConfig> SdkPojo
- Enclosing class:
AnswerMachineDetectionConfig
public static interface AnswerMachineDetectionConfig.Builder
extends SdkPojo, CopyableBuilder<AnswerMachineDetectionConfig.Builder,AnswerMachineDetectionConfig>
-
Method Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
enableAnswerMachineDetection
AnswerMachineDetectionConfig.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.
-
awaitAnswerMachinePrompt
Enable 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.
-