public static interface CampaignLimits.Builder extends SdkPojo, CopyableBuilder<CampaignLimits.Builder,CampaignLimits>
Modifier and Type | Method and Description |
---|---|
CampaignLimits.Builder |
daily(Integer daily)
The maximum number of messages that each campaign can send to a single endpoint in a 24-hour period.
|
CampaignLimits.Builder |
maximumDuration(Integer maximumDuration)
The length of time (in seconds) that the campaign can run before it ends and message deliveries stop.
|
CampaignLimits.Builder |
messagesPerSecond(Integer messagesPerSecond)
The number of messages that the campaign can send per second.
|
CampaignLimits.Builder |
total(Integer total)
The maximum number of messages that an individual campaign can send to a single endpoint over the course of
the campaign.
|
copy
applyMutation, build
CampaignLimits.Builder daily(Integer daily)
daily
- The maximum number of messages that each campaign can send to a single endpoint in a 24-hour period.CampaignLimits.Builder maximumDuration(Integer maximumDuration)
maximumDuration
- The length of time (in seconds) that the campaign can run before it ends and message deliveries stop.
This duration begins at the scheduled start time for the campaign. The minimum value is 60.CampaignLimits.Builder messagesPerSecond(Integer messagesPerSecond)
messagesPerSecond
- The number of messages that the campaign can send per second. The minimum value is 50, and the maximum
is 20000.CampaignLimits.Builder total(Integer total)
total
- The maximum number of messages that an individual campaign can send to a single endpoint over the
course of the campaign.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.