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 Details

    • 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

      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.