ToCopyableBuilder<Event.Builder,Event>@Generated("software.amazon.awssdk:codegen") public class Event extends Object implements ToCopyableBuilder<Event.Builder,Event>
Describes an event.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
Event.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static Event.Builder |
builder() |
|
Date |
date() |
The date and time of the event.
|
boolean |
equals(Object obj) |
|
List<String> |
eventCategories() |
A list of the event categories.
|
String |
eventId() |
The identifier of the event.
|
int |
hashCode() |
|
String |
message() |
The text of this event.
|
static Class<? extends Event.Builder> |
serializableBuilderClass() |
|
String |
severity() |
The severity of the event.
|
String |
sourceIdentifier() |
The identifier for the source of the event.
|
String |
sourceType() |
The source type for this event.
|
Event.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String sourceIdentifier()
The identifier for the source of the event.
public String sourceType()
The source type for this event.
SourceTypepublic String message()
The text of this event.
public List<String> eventCategories()
A list of the event categories.
Values: Configuration, Management, Monitoring, Security
Values: Configuration, Management, Monitoring, Security
public String severity()
The severity of the event.
Values: ERROR, INFO
Values: ERROR, INFO
public Date date()
The date and time of the event.
public String eventId()
The identifier of the event.
public Event.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Event.Builder,Event>public static Event.Builder builder()
public static Class<? extends Event.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.