@Stability(value=Stable)
public static interface CfnCampaign.LimitsProperty
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.pinpoint.*;
LimitsProperty limitsProperty = LimitsProperty.builder()
.daily(123)
.maximumDuration(123)
.messagesPerSecond(123)
.session(123)
.total(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCampaign.LimitsProperty.Builder
A builder for
CfnCampaign.LimitsProperty |
static class |
CfnCampaign.LimitsProperty.Jsii$Proxy
An implementation for
CfnCampaign.LimitsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCampaign.LimitsProperty.Builder |
builder() |
default Number |
getDaily()
`CfnCampaign.LimitsProperty.Daily`.
|
default Number |
getMaximumDuration()
`CfnCampaign.LimitsProperty.MaximumDuration`.
|
default Number |
getMessagesPerSecond()
`CfnCampaign.LimitsProperty.MessagesPerSecond`.
|
default Number |
getSession()
`CfnCampaign.LimitsProperty.Session`.
|
default Number |
getTotal()
`CfnCampaign.LimitsProperty.Total`.
|
@Stability(value=Stable) @Nullable default Number getDaily()
@Stability(value=Stable) @Nullable default Number getMaximumDuration()
@Stability(value=Stable) @Nullable default Number getMessagesPerSecond()
@Stability(value=Stable) @Nullable default Number getSession()
@Stability(value=Stable) @Nullable default Number getTotal()
@Stability(value=Stable) static CfnCampaign.LimitsProperty.Builder builder()
CfnCampaign.LimitsProperty.Builder of CfnCampaign.LimitsPropertyCopyright © 2021. All rights reserved.