public static interface JourneyExecutionMetricsResponse.Builder extends SdkPojo, CopyableBuilder<JourneyExecutionMetricsResponse.Builder,JourneyExecutionMetricsResponse>
| Modifier and Type | Method and Description |
|---|---|
JourneyExecutionMetricsResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application that the metric applies to.
|
JourneyExecutionMetricsResponse.Builder |
journeyId(String journeyId)
The unique identifier for the journey that the metric applies to.
|
JourneyExecutionMetricsResponse.Builder |
lastEvaluatedTime(String lastEvaluatedTime)
The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey and updated the data
for the metric.
|
JourneyExecutionMetricsResponse.Builder |
metrics(Map<String,String> metrics)
A JSON object that contains the results of the query.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJourneyExecutionMetricsResponse.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.JourneyExecutionMetricsResponse.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.JourneyExecutionMetricsResponse.Builder lastEvaluatedTime(String lastEvaluatedTime)
The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey and updated the data for the metric.
lastEvaluatedTime - The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey and updated the
data for the metric.JourneyExecutionMetricsResponse.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 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 Amazon Pinpoint Developer Guide.Copyright © 2020. All rights reserved.