| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
JourneyRunExecutionMetricsResponse.Builder |
JourneyRunExecutionMetricsResponse.Builder.applicationId(String applicationId)
The unique identifier for the application that the metric applies to.
|
static JourneyRunExecutionMetricsResponse.Builder |
JourneyRunExecutionMetricsResponse.builder() |
JourneyRunExecutionMetricsResponse.Builder |
JourneyRunExecutionMetricsResponse.Builder.journeyId(String journeyId)
The unique identifier for the journey that the metric applies to.
|
JourneyRunExecutionMetricsResponse.Builder |
JourneyRunExecutionMetricsResponse.Builder.lastEvaluatedTime(String lastEvaluatedTime)
The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey run and updated the
data for the metric.
|
JourneyRunExecutionMetricsResponse.Builder |
JourneyRunExecutionMetricsResponse.Builder.metrics(Map<String,String> metrics)
A JSON object that contains the results of the query.
|
JourneyRunExecutionMetricsResponse.Builder |
JourneyRunExecutionMetricsResponse.Builder.runId(String runId)
The unique identifier for the journey run that the metric applies to.
|
JourneyRunExecutionMetricsResponse.Builder |
JourneyRunExecutionMetricsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JourneyRunExecutionMetricsResponse.Builder> |
JourneyRunExecutionMetricsResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetJourneyRunExecutionMetricsResponse.Builder |
GetJourneyRunExecutionMetricsResponse.Builder.journeyRunExecutionMetricsResponse(Consumer<JourneyRunExecutionMetricsResponse.Builder> journeyRunExecutionMetricsResponse)
Sets the value of the JourneyRunExecutionMetricsResponse property for this object.
|
Copyright © 2023. All rights reserved.