EventDescription.Builder |
EventDescription.Builder.applicationName(String applicationName) |
The application associated with the event.
|
static EventDescription.Builder |
EventDescription.builder() |
|
EventDescription.Builder |
EventDescription.Builder.environmentName(String environmentName) |
The name of the environment associated with this event.
|
EventDescription.Builder |
EventDescription.Builder.eventDate(Instant eventDate) |
The date when the event occurred.
|
EventDescription.Builder |
EventDescription.Builder.message(String message) |
The event message.
|
EventDescription.Builder |
EventDescription.Builder.platformArn(String platformArn) |
The ARN of the platform version.
|
EventDescription.Builder |
EventDescription.Builder.requestId(String requestId) |
The web service request ID for the activity of this event.
|
EventDescription.Builder |
EventDescription.Builder.severity(String severity) |
The severity level of this event.
|
EventDescription.Builder |
EventDescription.Builder.severity(EventSeverity severity) |
The severity level of this event.
|
EventDescription.Builder |
EventDescription.Builder.templateName(String templateName) |
The name of the configuration associated with this event.
|
EventDescription.Builder |
EventDescription.toBuilder() |
|
EventDescription.Builder |
EventDescription.Builder.versionLabel(String versionLabel) |
The release label for the application version associated with this event.
|