public static interface ServiceEvent.Builder extends CopyableBuilder<ServiceEvent.Builder,ServiceEvent>
| Modifier and Type | Method and Description |
|---|---|
ServiceEvent.Builder |
createdAt(Instant createdAt)
The Unix timestamp for when the event was triggered.
|
ServiceEvent.Builder |
id(String id)
The ID string of the event.
|
ServiceEvent.Builder |
message(String message)
The event message.
|
copyapply, buildServiceEvent.Builder id(String id)
The ID string of the event.
id - The ID string of the event.ServiceEvent.Builder createdAt(Instant createdAt)
The Unix timestamp for when the event was triggered.
createdAt - The Unix timestamp for when the event was triggered.ServiceEvent.Builder message(String message)
The event message.
message - The event message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.