Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.PredictiveConfig.Builder
-
Packages that use PredictiveConfig.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of PredictiveConfig.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return PredictiveConfig.Builder Modifier and Type Method Description PredictiveConfig.BuilderPredictiveConfig.Builder. bandwidthAllocation(Double bandwidthAllocation)Sets the value of the BandwidthAllocation property for this object.static PredictiveConfig.BuilderPredictiveConfig. builder()PredictiveConfig.BuilderPredictiveConfig. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type PredictiveConfig.Builder Modifier and Type Method Description static Class<? extends PredictiveConfig.Builder>PredictiveConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type PredictiveConfig.Builder Modifier and Type Method Description static TelephonyOutboundModeTelephonyOutboundMode. fromPredictive(Consumer<PredictiveConfig.Builder> predictive)Create an instance of this class withTelephonyOutboundMode.predictive()initialized to the given value.default TelephonyOutboundMode.BuilderTelephonyOutboundMode.Builder. predictive(Consumer<PredictiveConfig.Builder> predictive)Sets the value of the Predictive property for this object.
-