ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.Builder.aggregateNotificationEventArn(String aggregateNotificationEventArn) |
The Amazon Resource Name (ARN) of the aggregatedNotificationEventArn to match.
|
static ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.builder() |
|
ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.Builder.endTime(Instant endTime) |
Latest time of events to return from this call.
|
ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.Builder.includeChildEvents(Boolean includeChildEvents) |
Include aggregated child events in the result.
|
ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.Builder.locale(String locale) |
The locale code of the language used for the retrieved NotificationEvent.
|
ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.Builder.locale(LocaleCode locale) |
The locale code of the language used for the retrieved NotificationEvent.
|
ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to be returned in this call.
|
ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.Builder.nextToken(String nextToken) |
The start token for paginated calls.
|
ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.Builder.source(String source) |
The matched event source.
|
ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.Builder.startTime(Instant startTime) |
The earliest time of events to return from this call.
|
ListNotificationEventsRequest.Builder |
ListNotificationEventsRequest.toBuilder() |
|