CopyableBuilder<ServiceEvent.Builder,ServiceEvent>
, SdkBuilder<ServiceEvent.Builder,ServiceEvent>
public static interface ServiceEvent.Builder extends CopyableBuilder<ServiceEvent.Builder,ServiceEvent>
Modifier and Type | Method | Description |
---|---|---|
ServiceEvent.Builder |
createdAt(Date 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.
|
copy
apply, build
ServiceEvent.Builder id(String id)
The ID string of the event.
id
- The ID string of the event.ServiceEvent.Builder createdAt(Date 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.