Interface JourneyExecutionMetricsResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JourneyExecutionMetricsResponse.Builder,JourneyExecutionMetricsResponse>,SdkBuilder<JourneyExecutionMetricsResponse.Builder,JourneyExecutionMetricsResponse>,SdkPojo
- Enclosing class:
- JourneyExecutionMetricsResponse
public static interface JourneyExecutionMetricsResponse.Builder extends SdkPojo, CopyableBuilder<JourneyExecutionMetricsResponse.Builder,JourneyExecutionMetricsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JourneyExecutionMetricsResponse.BuilderapplicationId(String applicationId)The unique identifier for the application that the metric applies to.JourneyExecutionMetricsResponse.BuilderjourneyId(String journeyId)The unique identifier for the journey that the metric applies to.JourneyExecutionMetricsResponse.BuilderlastEvaluatedTime(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.Buildermetrics(Map<String,String> metrics)A JSON object that contains the results of the query.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationId
JourneyExecutionMetricsResponse.Builder applicationId(String applicationId)
The unique identifier for the application that the metric applies to.
- Parameters:
applicationId- The unique identifier for the application that the metric applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
journeyId
JourneyExecutionMetricsResponse.Builder journeyId(String journeyId)
The unique identifier for the journey that the metric applies to.
- Parameters:
journeyId- The unique identifier for the journey that the metric applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastEvaluatedTime
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.
- Parameters:
lastEvaluatedTime- The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey and updated the data for the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metrics
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-