Interface EventBusV2SystemMetadata.Builder

  • Method Details

    • eventGroupId

      EventBusV2SystemMetadata.Builder eventGroupId(String eventGroupId)

      Event group ID for FIFO ordering on the downstream bus. Accepts a literal or a JSONata expression.

      Parameters:
      eventGroupId - Event group ID for FIFO ordering on the downstream bus. Accepts a literal or a JSONata expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deduplicationId

      EventBusV2SystemMetadata.Builder deduplicationId(String deduplicationId)

      Deduplication ID for FIFO deduplication on the downstream bus. Accepts a literal or a JSONata expression.

      Parameters:
      deduplicationId - Deduplication ID for FIFO deduplication on the downstream bus. Accepts a literal or a JSONata expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.