| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.attributes(Map<String,String> attributes)
Custom attributes that are associated with the event you're adding or updating.
|
static Event.Builder |
Event.builder() |
Event.Builder |
Event.Builder.clientSdkVersion(String clientSdkVersion)
The version of the SDK that's running on the client device.
|
Event.Builder |
Event.Builder.eventType(String eventType)
The name of the custom event that you're recording.
|
Event.Builder |
Event.Builder.metrics(Map<String,Double> metrics)
Custom metrics related to the event.
|
default Event.Builder |
Event.Builder.session(Consumer<Session.Builder> session)
Information about the session in which the event occurred.
|
Event.Builder |
Event.Builder.session(Session session)
Information about the session in which the event occurred.
|
Event.Builder |
Event.Builder.timestamp(String timestamp)
The date and time when the event occurred, in ISO 8601 format.
|
Event.Builder |
Event.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Event.Builder> |
Event.serializableBuilderClass() |
Copyright © 2018. All rights reserved.