Uses of Interface
software.amazon.awssdk.services.connectcampaigns.model.PredictiveDialerConfig.Builder
-
Packages that use PredictiveDialerConfig.Builder Package Description software.amazon.awssdk.services.connectcampaigns.model -
-
Uses of PredictiveDialerConfig.Builder in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return PredictiveDialerConfig.Builder Modifier and Type Method Description PredictiveDialerConfig.BuilderPredictiveDialerConfig.Builder. bandwidthAllocation(Double bandwidthAllocation)Sets the value of the BandwidthAllocation property for this object.static PredictiveDialerConfig.BuilderPredictiveDialerConfig. builder()PredictiveDialerConfig.BuilderPredictiveDialerConfig.Builder. dialingCapacity(Double dialingCapacity)Sets the value of the DialingCapacity property for this object.PredictiveDialerConfig.BuilderPredictiveDialerConfig. toBuilder()Methods in software.amazon.awssdk.services.connectcampaigns.model that return types with arguments of type PredictiveDialerConfig.Builder Modifier and Type Method Description static Class<? extends PredictiveDialerConfig.Builder>PredictiveDialerConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaigns.model with type arguments of type PredictiveDialerConfig.Builder Modifier and Type Method Description static DialerConfigDialerConfig. fromPredictiveDialerConfig(Consumer<PredictiveDialerConfig.Builder> predictiveDialerConfig)Create an instance of this class withDialerConfig.predictiveDialerConfig()initialized to the given value.default DialerConfig.BuilderDialerConfig.Builder. predictiveDialerConfig(Consumer<PredictiveDialerConfig.Builder> predictiveDialerConfig)Sets the value of the PredictiveDialerConfig property for this object.
-