@Stability(value=Stable)
public static interface CfnCampaign.PredictiveDialerConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.connectcampaigns.*;
PredictiveDialerConfigProperty predictiveDialerConfigProperty = PredictiveDialerConfigProperty.builder()
.bandwidthAllocation(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCampaign.PredictiveDialerConfigProperty.Builder
A builder for
CfnCampaign.PredictiveDialerConfigProperty |
static class |
CfnCampaign.PredictiveDialerConfigProperty.Jsii$Proxy
An implementation for
CfnCampaign.PredictiveDialerConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCampaign.PredictiveDialerConfigProperty.Builder |
builder() |
Number |
getBandwidthAllocation()
`CfnCampaign.PredictiveDialerConfigProperty.BandwidthAllocation`.
|
@Stability(value=Stable) @NotNull Number getBandwidthAllocation()
@Stability(value=Stable) static CfnCampaign.PredictiveDialerConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.