DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.aggregateField(String aggregateField) |
The only currently supported value is eventTypeCategory.
|
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.aggregateField(EventAggregateField aggregateField) |
The only currently supported value is eventTypeCategory.
|
static DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.builder() |
|
default DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.filter(Consumer<EventFilter.Builder> filter) |
Values to narrow the results returned.
|
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.filter(EventFilter filter) |
Values to narrow the results returned.
|
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.maxResults(Integer maxResults) |
The maximum number of items to return in one batch, between 10 and 100, inclusive.
|
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.nextToken(String nextToken) |
If the results of a search are large, only a portion of the results are returned, and a
nextToken pagination token is returned in the response.
|
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
DescribeEventAggregatesRequest.Builder |
DescribeEventAggregatesRequest.toBuilder() |
|