Uses of Interface
software.amazon.awssdk.services.connectcampaigns.model.OutboundCallConfig.Builder
-
Packages that use OutboundCallConfig.Builder Package Description software.amazon.awssdk.services.connectcampaigns.model -
-
Uses of OutboundCallConfig.Builder in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return OutboundCallConfig.Builder Modifier and Type Method Description default OutboundCallConfig.BuilderOutboundCallConfig.Builder. answerMachineDetectionConfig(Consumer<AnswerMachineDetectionConfig.Builder> answerMachineDetectionConfig)Sets the value of the AnswerMachineDetectionConfig property for this object.OutboundCallConfig.BuilderOutboundCallConfig.Builder. answerMachineDetectionConfig(AnswerMachineDetectionConfig answerMachineDetectionConfig)Sets the value of the AnswerMachineDetectionConfig property for this object.static OutboundCallConfig.BuilderOutboundCallConfig. builder()OutboundCallConfig.BuilderOutboundCallConfig.Builder. connectContactFlowId(String connectContactFlowId)Sets the value of the ConnectContactFlowId property for this object.OutboundCallConfig.BuilderOutboundCallConfig.Builder. connectQueueId(String connectQueueId)Sets the value of the ConnectQueueId property for this object.OutboundCallConfig.BuilderOutboundCallConfig.Builder. connectSourcePhoneNumber(String connectSourcePhoneNumber)Sets the value of the ConnectSourcePhoneNumber property for this object.OutboundCallConfig.BuilderOutboundCallConfig. toBuilder()Methods in software.amazon.awssdk.services.connectcampaigns.model that return types with arguments of type OutboundCallConfig.Builder Modifier and Type Method Description static Class<? extends OutboundCallConfig.Builder>OutboundCallConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaigns.model with type arguments of type OutboundCallConfig.Builder Modifier and Type Method Description default Campaign.BuilderCampaign.Builder. outboundCallConfig(Consumer<OutboundCallConfig.Builder> outboundCallConfig)Sets the value of the OutboundCallConfig property for this object.default CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. outboundCallConfig(Consumer<OutboundCallConfig.Builder> outboundCallConfig)Sets the value of the OutboundCallConfig property for this object.
-