public static interface ServiceEvent.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 © 2021. All rights reserved.