public static interface EventDescription.Builder extends CopyableBuilder<EventDescription.Builder,EventDescription>
| Modifier and Type | Method and Description |
|---|---|
EventDescription.Builder |
applicationName(String applicationName)
The application associated with the event.
|
EventDescription.Builder |
environmentName(String environmentName)
The name of the environment associated with this event.
|
EventDescription.Builder |
eventDate(Instant eventDate)
The date when the event occurred.
|
EventDescription.Builder |
message(String message)
The event message.
|
EventDescription.Builder |
platformArn(String platformArn)
The ARN of the platform.
|
EventDescription.Builder |
requestId(String requestId)
The web service request ID for the activity of this event.
|
EventDescription.Builder |
severity(EventSeverity severity)
The severity level of this event.
|
EventDescription.Builder |
severity(String severity)
The severity level of this event.
|
EventDescription.Builder |
templateName(String templateName)
The name of the configuration associated with this event.
|
EventDescription.Builder |
versionLabel(String versionLabel)
The release label for the application version associated with this event.
|
copyapply, buildEventDescription.Builder eventDate(Instant eventDate)
The date when the event occurred.
eventDate - The date when the event occurred.EventDescription.Builder message(String message)
The event message.
message - The event message.EventDescription.Builder applicationName(String applicationName)
The application associated with the event.
applicationName - The application associated with the event.EventDescription.Builder versionLabel(String versionLabel)
The release label for the application version associated with this event.
versionLabel - The release label for the application version associated with this event.EventDescription.Builder templateName(String templateName)
The name of the configuration associated with this event.
templateName - The name of the configuration associated with this event.EventDescription.Builder environmentName(String environmentName)
The name of the environment associated with this event.
environmentName - The name of the environment associated with this event.EventDescription.Builder platformArn(String platformArn)
The ARN of the platform.
platformArn - The ARN of the platform.EventDescription.Builder requestId(String requestId)
The web service request ID for the activity of this event.
requestId - The web service request ID for the activity of this event.EventDescription.Builder severity(String severity)
The severity level of this event.
severity - The severity level of this event.EventSeverity,
EventSeverityEventDescription.Builder severity(EventSeverity severity)
The severity level of this event.
severity - The severity level of this event.EventSeverity,
EventSeverityCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.