Interface TelephonyOutboundConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TelephonyOutboundConfig.Builder,,- TelephonyOutboundConfig> - SdkBuilder<TelephonyOutboundConfig.Builder,,- TelephonyOutboundConfig> - SdkPojo
- Enclosing class:
- TelephonyOutboundConfig
@Mutable
@NotThreadSafe
public static interface TelephonyOutboundConfig.Builder
extends SdkPojo, CopyableBuilder<TelephonyOutboundConfig.Builder,TelephonyOutboundConfig> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault TelephonyOutboundConfig.BuilderanswerMachineDetectionConfig(Consumer<AnswerMachineDetectionConfig.Builder> answerMachineDetectionConfig) Sets the value of the AnswerMachineDetectionConfig property for this object.answerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig) Sets the value of the AnswerMachineDetectionConfig property for this object.connectContactFlowId(String connectContactFlowId) Sets the value of the ConnectContactFlowId property for this object.connectSourcePhoneNumber(String connectSourcePhoneNumber) Sets the value of the ConnectSourcePhoneNumber property for this object.Methods 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- 
connectContactFlowIdSets the value of the ConnectContactFlowId property for this object.- Parameters:
- connectContactFlowId- The new value for the ConnectContactFlowId property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
connectSourcePhoneNumberSets the value of the ConnectSourcePhoneNumber property for this object.- Parameters:
- connectSourcePhoneNumber- The new value for the ConnectSourcePhoneNumber property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
answerMachineDetectionConfigTelephonyOutboundConfig.Builder answerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig) Sets the value of the AnswerMachineDetectionConfig property for this object.- Parameters:
- answerMachineDetectionConfig- The new value for the AnswerMachineDetectionConfig property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
answerMachineDetectionConfigdefault TelephonyOutboundConfig.Builder answerMachineDetectionConfig(Consumer<AnswerMachineDetectionConfig.Builder> answerMachineDetectionConfig) Sets the value of the AnswerMachineDetectionConfig property for this object. This is a convenience method that creates an instance of theAnswerMachineDetectionConfig.Builderavoiding the need to create one manually viaAnswerMachineDetectionConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanswerMachineDetectionConfig(AnswerMachineDetectionConfig).- Parameters:
- answerMachineDetectionConfig- a consumer that will call methods on- AnswerMachineDetectionConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-