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 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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-