public static interface StreamEvent.Builder extends SdkPojo, CopyableBuilder<StreamEvent.Builder,StreamEvent>
| Modifier and Type | Method and Description |
|---|---|
StreamEvent.Builder |
eventTime(Instant eventTime)
Time when the event occurred.
|
StreamEvent.Builder |
name(String name)
Name that identifies the stream event within a
type. |
StreamEvent.Builder |
type(String type)
Logical group for certain events.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamEvent.Builder eventTime(Instant eventTime)
Time when the event occurred. This is an ISO 8601 timestamp; note that this is returned as a string.
eventTime - Time when the event occurred. This is an ISO 8601 timestamp; note that this is returned as a
string.StreamEvent.Builder name(String name)
Name that identifies the stream event within a type.
name - Name that identifies the stream event within a type.StreamEvent.Builder type(String type)
Logical group for certain events.
type - Logical group for certain events.Copyright © 2023. All rights reserved.