public static interface JourneyRunExecutionMetricsResponse.Builder extends SdkPojo, CopyableBuilder<JourneyRunExecutionMetricsResponse.Builder,JourneyRunExecutionMetricsResponse>
| Modifier and Type | Method and Description |
|---|---|
JourneyRunExecutionMetricsResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application that the metric applies to.
|
JourneyRunExecutionMetricsResponse.Builder |
journeyId(String journeyId)
The unique identifier for the journey that the metric applies to.
|
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 |
metrics(Map<String,String> metrics)
A JSON object that contains the results of the query.
|
JourneyRunExecutionMetricsResponse.Builder |
runId(String runId)
The unique identifier for the journey run that the metric applies to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJourneyRunExecutionMetricsResponse.Builder applicationId(String applicationId)
The unique identifier for the application that the metric applies to.
applicationId - The unique identifier for the application that the metric applies to.JourneyRunExecutionMetricsResponse.Builder journeyId(String journeyId)
The unique identifier for the journey that the metric applies to.
journeyId - The unique identifier for the journey that the metric applies to.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.
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 metrics(Map<String,String> metrics)
A JSON object that contains the results of the query. For information about the structure and contents of the results, see the Standard Amazon Pinpoint analytics metrics in the Amazon Pinpoint Developer Guide.
metrics - A JSON object that contains the results of the query. For information about the structure and contents
of the results, see the Standard Amazon Pinpoint analytics metrics in the Amazon Pinpoint Developer Guide.JourneyRunExecutionMetricsResponse.Builder runId(String runId)
The unique identifier for the journey run that the metric applies to.
runId - The unique identifier for the journey run that the metric applies to.Copyright © 2023. All rights reserved.