| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static Session.Builder |
Session.builder() |
Session.Builder |
Session.Builder.duration(Integer duration)
The duration of the session, in milliseconds.
|
Session.Builder |
Session.Builder.id(String id)
The unique identifier for the session.
|
Session.Builder |
Session.Builder.startTimestamp(String startTimestamp)
The date and time when the session began.
|
Session.Builder |
Session.Builder.stopTimestamp(String stopTimestamp)
The date and time when the session ended.
|
Session.Builder |
Session.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Session.Builder> |
Session.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Event.Builder |
Event.Builder.session(Consumer<Session.Builder> session)
Information about the session in which the event occurred.
|
Copyright © 2021. All rights reserved.