NotificationEvent.Builder |
NotificationEvent.Builder.aggregateNotificationEventArn(String aggregateNotificationEventArn) |
If the value of aggregationEventType is not NONE, this is the Amazon Resource Event
(ARN) of the parent aggregate notification.
|
NotificationEvent.Builder |
NotificationEvent.Builder.aggregationEventType(String aggregationEventType) |
The aggregation type of the NotificationConfiguration.
|
NotificationEvent.Builder |
NotificationEvent.Builder.aggregationEventType(AggregationEventType aggregationEventType) |
The aggregation type of the NotificationConfiguration.
|
default NotificationEvent.Builder |
NotificationEvent.Builder.aggregationSummary(Consumer<AggregationSummary.Builder> aggregationSummary) |
Provides additional information about how multiple notifications are grouped.
|
NotificationEvent.Builder |
NotificationEvent.Builder.aggregationSummary(AggregationSummary aggregationSummary) |
Provides additional information about how multiple notifications are grouped.
|
static NotificationEvent.Builder |
NotificationEvent.builder() |
|
NotificationEvent.Builder |
NotificationEvent.Builder.endTime(Instant endTime) |
The end time of the event.
|
NotificationEvent.Builder |
NotificationEvent.Builder.eventStatus(String eventStatus) |
The assessed nature of the event.
|
NotificationEvent.Builder |
NotificationEvent.Builder.eventStatus(EventStatus eventStatus) |
The assessed nature of the event.
|
NotificationEvent.Builder |
NotificationEvent.Builder.id(String id) |
The unique identifier for a NotificationEvent.
|
NotificationEvent.Builder |
NotificationEvent.Builder.media(Collection<MediaElement> media) |
A list of media elements.
|
NotificationEvent.Builder |
NotificationEvent.Builder.media(Consumer<MediaElement.Builder>... media) |
A list of media elements.
|
NotificationEvent.Builder |
NotificationEvent.Builder.media(MediaElement... media) |
A list of media elements.
|
default NotificationEvent.Builder |
NotificationEvent.Builder.messageComponents(Consumer<MessageComponents.Builder> messageComponents) |
Sets the value of the MessageComponents property for this object.
|
NotificationEvent.Builder |
NotificationEvent.Builder.messageComponents(MessageComponents messageComponents) |
Sets the value of the MessageComponents property for this object.
|
NotificationEvent.Builder |
NotificationEvent.Builder.notificationType(String notificationType) |
The type of event causing the notification.
|
NotificationEvent.Builder |
NotificationEvent.Builder.notificationType(NotificationType notificationType) |
The type of event causing the notification.
|
NotificationEvent.Builder |
NotificationEvent.Builder.schemaVersion(String schemaVersion) |
The schema version of the Notification Event.
|
NotificationEvent.Builder |
NotificationEvent.Builder.schemaVersion(SchemaVersion schemaVersion) |
The schema version of the Notification Event.
|
NotificationEvent.Builder |
NotificationEvent.Builder.sourceEventDetailUrl(String sourceEventDetailUrl) |
The source event URL.
|
NotificationEvent.Builder |
NotificationEvent.Builder.sourceEventDetailUrlDisplayText(String sourceEventDetailUrlDisplayText) |
The detailed URL for the source event.
|
default NotificationEvent.Builder |
NotificationEvent.Builder.sourceEventMetadata(Consumer<SourceEventMetadata.Builder> sourceEventMetadata) |
The source event metadata.
|
NotificationEvent.Builder |
NotificationEvent.Builder.sourceEventMetadata(SourceEventMetadata sourceEventMetadata) |
The source event metadata.
|
NotificationEvent.Builder |
NotificationEvent.Builder.startTime(Instant startTime) |
The notification event start time.
|
NotificationEvent.Builder |
NotificationEvent.Builder.textParts(Map<String,TextPartValue> textParts) |
A list of text values.
|
NotificationEvent.Builder |
NotificationEvent.toBuilder() |
|