| Package | Description |
|---|---|
| software.amazon.awssdk.services.rum.model |
| Modifier and Type | Method and Description |
|---|---|
static RumEvent.Builder |
RumEvent.builder() |
RumEvent.Builder |
RumEvent.Builder.details(String details)
A string containing details about the event.
|
RumEvent.Builder |
RumEvent.Builder.id(String id)
A unique ID for this event.
|
RumEvent.Builder |
RumEvent.Builder.metadata(String metadata)
Metadata about this event, which contains a JSON serialization of the identity of the user for this session.
|
RumEvent.Builder |
RumEvent.Builder.timestamp(Instant timestamp)
The exact time that this event occurred.
|
RumEvent.Builder |
RumEvent.toBuilder() |
RumEvent.Builder |
RumEvent.Builder.type(String type)
The JSON schema that denotes the type of event this is, such as a page load or a new session.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RumEvent.Builder> |
RumEvent.serializableBuilderClass() |
Copyright © 2023. All rights reserved.