CopyableBuilder<EventDescription.Builder,EventDescription>
, SdkBuilder<EventDescription.Builder,EventDescription>
public static interface EventDescription.Builder extends CopyableBuilder<EventDescription.Builder,EventDescription>
Modifier and Type | Method | 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(Date eventDate) |
The date when the event occurred.
|
EventDescription.Builder |
message(String message) |
The event message.
|
EventDescription.Builder |
platformArn(String platformArn) |
The ARN of the custom platform.
|
EventDescription.Builder |
requestId(String requestId) |
The web service request ID for the activity of this event.
|
EventDescription.Builder |
severity(String severity) |
The severity level of this event.
|
EventDescription.Builder |
severity(EventSeverity 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.
|
copy
apply, build
EventDescription.Builder eventDate(Date 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 custom platform.
platformArn
- The ARN of the custom 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
EventDescription.Builder severity(EventSeverity severity)
The severity level of this event.
severity
- The severity level of this event.EventSeverity
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.