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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventAggregate.BuilderaggregateValue(String aggregateValue)The issue type for the associated count.EventAggregate.Buildercount(Integer count)The number of events of the associated issue type.-
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
-
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
EventAggregate.Builder count(Integer 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.
-
-