Interface EventAggregate.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EventAggregate.Builder,EventAggregate>, SdkBuilder<EventAggregate.Builder,EventAggregate>, SdkPojo
Enclosing class:
EventAggregate

public static interface EventAggregate.Builder extends SdkPojo, CopyableBuilder<EventAggregate.Builder,EventAggregate>
  • Method Details

    • aggregateValue

      EventAggregate.Builder aggregateValue(String aggregateValue)

      The issue type for the associated count.

      Parameters:
      aggregateValue - The issue type for the associated count.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • count

      The number of events of the associated issue type.

      Parameters:
      count - The number of events of the associated issue type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.