ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.aggregationEventType(String aggregationEventType) |
The notifications aggregation type.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.aggregationEventType(AggregationEventType aggregationEventType) |
The notifications aggregation type.
|
default ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.aggregationSummary(Consumer<AggregationSummary.Builder> aggregationSummary) |
Sets the value of the AggregationSummary property for this object.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.aggregationSummary(AggregationSummary aggregationSummary) |
Sets the value of the AggregationSummary property for this object.
|
static ManagedNotificationEvent.Builder |
ManagedNotificationEvent.builder() |
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.endTime(Instant endTime) |
The end time of the notification event.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.eventStatus(String eventStatus) |
The status of an event.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.eventStatus(EventStatus eventStatus) |
The status of an event.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.id(String id) |
Unique identifier for a ManagedNotificationEvent.
|
default ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.messageComponents(Consumer<MessageComponents.Builder> messageComponents) |
Sets the value of the MessageComponents property for this object.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.messageComponents(MessageComponents messageComponents) |
Sets the value of the MessageComponents property for this object.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.notificationType(String notificationType) |
The nature of the event causing this notification.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.notificationType(NotificationType notificationType) |
The nature of the event causing this notification.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.organizationalUnitId(String organizationalUnitId) |
The Organizational Unit Id that an Amazon Web Services account belongs to.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.schemaVersion(String schemaVersion) |
Version of the ManagedNotificationEvent schema.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.schemaVersion(SchemaVersion schemaVersion) |
Version of the ManagedNotificationEvent schema.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.sourceEventDetailUrl(String sourceEventDetailUrl) |
URL defined by Source Service to be used by notification consumers to get additional information about event.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.sourceEventDetailUrlDisplayText(String sourceEventDetailUrlDisplayText) |
Text that needs to be hyperlinked with the sourceEventDetailUrl.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.startTime(Instant startTime) |
The earliest time of events to return from this call.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.Builder.textParts(Map<String,TextPartValue> textParts) |
A list of text values.
|
ManagedNotificationEvent.Builder |
ManagedNotificationEvent.toBuilder() |
|