@Stability(value=Stable) public static final class CfnCampaign.LimitsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCampaign.LimitsProperty>
CfnCampaign.LimitsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCampaign.LimitsProperty |
build()
Builds the configured instance.
|
CfnCampaign.LimitsProperty.Builder |
daily(Number daily)
Sets the value of
CfnCampaign.LimitsProperty.getDaily() |
CfnCampaign.LimitsProperty.Builder |
maximumDuration(Number maximumDuration)
Sets the value of
CfnCampaign.LimitsProperty.getMaximumDuration() |
CfnCampaign.LimitsProperty.Builder |
messagesPerSecond(Number messagesPerSecond)
Sets the value of
CfnCampaign.LimitsProperty.getMessagesPerSecond() |
CfnCampaign.LimitsProperty.Builder |
total(Number total)
Sets the value of
CfnCampaign.LimitsProperty.getTotal() |
@Stability(value=Stable) public CfnCampaign.LimitsProperty.Builder daily(Number daily)
CfnCampaign.LimitsProperty.getDaily()daily - `CfnCampaign.LimitsProperty.Daily`.this@Stability(value=Stable) public CfnCampaign.LimitsProperty.Builder maximumDuration(Number maximumDuration)
CfnCampaign.LimitsProperty.getMaximumDuration()maximumDuration - `CfnCampaign.LimitsProperty.MaximumDuration`.this@Stability(value=Stable) public CfnCampaign.LimitsProperty.Builder messagesPerSecond(Number messagesPerSecond)
CfnCampaign.LimitsProperty.getMessagesPerSecond()messagesPerSecond - `CfnCampaign.LimitsProperty.MessagesPerSecond`.this@Stability(value=Stable) public CfnCampaign.LimitsProperty.Builder total(Number total)
CfnCampaign.LimitsProperty.getTotal()total - `CfnCampaign.LimitsProperty.Total`.this@Stability(value=Stable) public CfnCampaign.LimitsProperty build()
build in interface software.amazon.jsii.Builder<CfnCampaign.LimitsProperty>CfnCampaign.LimitsPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.