| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.appPackageName(String appPackageName)
The package name of the app that's recording the event.
|
Event.Builder |
Event.Builder.appTitle(String appTitle)
The title of the app that's recording the event.
|
Event.Builder |
Event.Builder.appVersionCode(String appVersionCode)
The version number of the app that's recording the event.
|
Event.Builder |
Event.Builder.attributes(Map<String,String> attributes)
One or more custom attributes that are associated with the event.
|
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 event.
|
Event.Builder |
Event.Builder.metrics(Map<String,Double> metrics)
One or more custom metrics that are associated with the event.
|
Event.Builder |
Event.Builder.sdkName(String sdkName)
The name of the SDK that's being used to record 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, in ISO 8601 format, when the event occurred.
|
Event.Builder |
Event.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Event.Builder> |
Event.serializableBuilderClass() |
Copyright © 2020. All rights reserved.