public static interface JourneyLimits.Builder extends SdkPojo, CopyableBuilder<JourneyLimits.Builder,JourneyLimits>
| Modifier and Type | Method and Description |
|---|---|
JourneyLimits.Builder |
dailyCap(Integer dailyCap)
The maximum number of messages that the journey can send to a single participant during a 24-hour period.
|
JourneyLimits.Builder |
endpointReentryCap(Integer endpointReentryCap)
The maximum number of times that a participant can enter the journey.
|
JourneyLimits.Builder |
messagesPerSecond(Integer messagesPerSecond)
The maximum number of messages that the journey can send each second.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJourneyLimits.Builder dailyCap(Integer dailyCap)
The maximum number of messages that the journey can send to a single participant during a 24-hour period. The maximum value is 100.
dailyCap - The maximum number of messages that the journey can send to a single participant during a 24-hour
period. The maximum value is 100.JourneyLimits.Builder endpointReentryCap(Integer endpointReentryCap)
The maximum number of times that a participant can enter the journey. The maximum value is 100. To allow participants to enter the journey an unlimited number of times, set this value to 0.
endpointReentryCap - The maximum number of times that a participant can enter the journey. The maximum value is 100. To
allow participants to enter the journey an unlimited number of times, set this value to 0.JourneyLimits.Builder messagesPerSecond(Integer messagesPerSecond)
The maximum number of messages that the journey can send each second.
messagesPerSecond - The maximum number of messages that the journey can send each second.Copyright © 2019. All rights reserved.