public static interface JourneyTimeframeCap.Builder extends SdkPojo, CopyableBuilder<JourneyTimeframeCap.Builder,JourneyTimeframeCap>
| Modifier and Type | Method and Description |
|---|---|
JourneyTimeframeCap.Builder |
cap(Integer cap)
The maximum number of messages that all journeys can send to an endpoint during the specified timeframe.
|
JourneyTimeframeCap.Builder |
days(Integer days)
The length of the timeframe in days.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJourneyTimeframeCap.Builder cap(Integer cap)
The maximum number of messages that all journeys can send to an endpoint during the specified timeframe. The maximum value is 100. If set to 0, this limit will not apply.
cap - The maximum number of messages that all journeys can send to an endpoint during the specified
timeframe. The maximum value is 100. If set to 0, this limit will not apply.JourneyTimeframeCap.Builder days(Integer days)
The length of the timeframe in days. The maximum value is 30. If set to 0, this limit will not apply.
days - The length of the timeframe in days. The maximum value is 30. If set to 0, this limit will not apply.Copyright © 2023. All rights reserved.