| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcampaigns.model |
| Modifier and Type | Method and Description |
|---|---|
PredictiveDialerConfig.Builder |
PredictiveDialerConfig.Builder.bandwidthAllocation(Double bandwidthAllocation)
Sets the value of the BandwidthAllocation property for this object.
|
static PredictiveDialerConfig.Builder |
PredictiveDialerConfig.builder() |
PredictiveDialerConfig.Builder |
PredictiveDialerConfig.Builder.dialingCapacity(Double dialingCapacity)
Sets the value of the DialingCapacity property for this object.
|
PredictiveDialerConfig.Builder |
PredictiveDialerConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PredictiveDialerConfig.Builder> |
PredictiveDialerConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static DialerConfig |
DialerConfig.fromPredictiveDialerConfig(Consumer<PredictiveDialerConfig.Builder> predictiveDialerConfig)
Create an instance of this class with
DialerConfig.predictiveDialerConfig() initialized to the given value. |
default DialerConfig.Builder |
DialerConfig.Builder.predictiveDialerConfig(Consumer<PredictiveDialerConfig.Builder> predictiveDialerConfig)
Sets the value of the PredictiveDialerConfig property for this object.
|
Copyright © 2023. All rights reserved.