static Event.Builder |
Event.builder() |
|
Event.Builder |
Event.Builder.date(Instant date) |
Specifies the date and time of the event.
|
Event.Builder |
Event.Builder.eventCategories(String... eventCategories) |
Specifies the category for the event.
|
Event.Builder |
Event.Builder.eventCategories(Collection<String> eventCategories) |
Specifies the category for the event.
|
Event.Builder |
Event.Builder.message(String message) |
Provides the text of this event.
|
Event.Builder |
Event.Builder.sourceArn(String sourceArn) |
The Amazon Resource Name (ARN) for the event.
|
Event.Builder |
Event.Builder.sourceIdentifier(String sourceIdentifier) |
Provides the identifier for the source of the event.
|
Event.Builder |
Event.Builder.sourceType(String sourceType) |
Specifies the source type for this event.
|
Event.Builder |
Event.Builder.sourceType(SourceType sourceType) |
Specifies the source type for this event.
|
Event.Builder |
Event.toBuilder() |
|