Interface EventDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventDescription.Builder,EventDescription>,SdkBuilder<EventDescription.Builder,EventDescription>,SdkPojo
- Enclosing class:
- EventDescription
public static interface EventDescription.Builder extends SdkPojo, CopyableBuilder<EventDescription.Builder,EventDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventDescription.BuilderapplicationName(String applicationName)The application associated with the event.EventDescription.BuilderenvironmentName(String environmentName)The name of the environment associated with this event.EventDescription.BuildereventDate(Instant eventDate)The date when the event occurred.EventDescription.Buildermessage(String message)The event message.EventDescription.BuilderplatformArn(String platformArn)The ARN of the platform version.EventDescription.BuilderrequestId(String requestId)The web service request ID for the activity of this event.EventDescription.Builderseverity(String severity)The severity level of this event.EventDescription.Builderseverity(EventSeverity severity)The severity level of this event.EventDescription.BuildertemplateName(String templateName)The name of the configuration associated with this event.EventDescription.BuilderversionLabel(String versionLabel)The release label for the application version associated with this event.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
eventDate
EventDescription.Builder eventDate(Instant eventDate)
The date when the event occurred.
- Parameters:
eventDate- The date when the event occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
EventDescription.Builder message(String message)
The event message.
- Parameters:
message- The event message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationName
EventDescription.Builder applicationName(String applicationName)
The application associated with the event.
- Parameters:
applicationName- The application associated with the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionLabel
EventDescription.Builder versionLabel(String versionLabel)
The release label for the application version associated with this event.
- Parameters:
versionLabel- The release label for the application version associated with this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateName
EventDescription.Builder templateName(String templateName)
The name of the configuration associated with this event.
- Parameters:
templateName- The name of the configuration associated with this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
EventDescription.Builder environmentName(String environmentName)
The name of the environment associated with this event.
- Parameters:
environmentName- The name of the environment associated with this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformArn
EventDescription.Builder platformArn(String platformArn)
The ARN of the platform version.
- Parameters:
platformArn- The ARN of the platform version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
EventDescription.Builder requestId(String requestId)
The web service request ID for the activity of this event.
- Parameters:
requestId- The web service request ID for the activity of this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severity
EventDescription.Builder severity(String severity)
The severity level of this event.
- Parameters:
severity- The severity level of this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventSeverity,EventSeverity
-
severity
EventDescription.Builder severity(EventSeverity severity)
The severity level of this event.
- Parameters:
severity- The severity level of this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventSeverity,EventSeverity
-
-