Interface JourneyTimeframeCap.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JourneyTimeframeCap.Builder,JourneyTimeframeCap>,SdkBuilder<JourneyTimeframeCap.Builder,JourneyTimeframeCap>,SdkPojo
- Enclosing class:
- JourneyTimeframeCap
public static interface JourneyTimeframeCap.Builder extends SdkPojo, CopyableBuilder<JourneyTimeframeCap.Builder,JourneyTimeframeCap>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JourneyTimeframeCap.Buildercap(Integer cap)The maximum number of messages that all journeys can send to an endpoint during the specified timeframe.JourneyTimeframeCap.Builderdays(Integer days)The length of the timeframe in days.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
cap
JourneyTimeframeCap.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
days
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.
- Parameters:
days- The length of the timeframe in days. The maximum value is 30. If set to 0, this limit will not apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-