Uses of Interface
software.amazon.awssdk.services.pinpoint.model.JourneyRunExecutionMetricsResponse.Builder
-
Packages that use JourneyRunExecutionMetricsResponse.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of JourneyRunExecutionMetricsResponse.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return JourneyRunExecutionMetricsResponse.Builder Modifier and Type Method Description JourneyRunExecutionMetricsResponse.BuilderJourneyRunExecutionMetricsResponse.Builder. applicationId(String applicationId)The unique identifier for the application that the metric applies to.static JourneyRunExecutionMetricsResponse.BuilderJourneyRunExecutionMetricsResponse. builder()JourneyRunExecutionMetricsResponse.BuilderJourneyRunExecutionMetricsResponse.Builder. journeyId(String journeyId)The unique identifier for the journey that the metric applies to.JourneyRunExecutionMetricsResponse.BuilderJourneyRunExecutionMetricsResponse.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.BuilderJourneyRunExecutionMetricsResponse.Builder. metrics(Map<String,String> metrics)A JSON object that contains the results of the query.JourneyRunExecutionMetricsResponse.BuilderJourneyRunExecutionMetricsResponse.Builder. runId(String runId)The unique identifier for the journey run that the metric applies to.JourneyRunExecutionMetricsResponse.BuilderJourneyRunExecutionMetricsResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type JourneyRunExecutionMetricsResponse.Builder Modifier and Type Method Description static Class<? extends JourneyRunExecutionMetricsResponse.Builder>JourneyRunExecutionMetricsResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type JourneyRunExecutionMetricsResponse.Builder Modifier and Type Method Description default GetJourneyRunExecutionMetricsResponse.BuilderGetJourneyRunExecutionMetricsResponse.Builder. journeyRunExecutionMetricsResponse(Consumer<JourneyRunExecutionMetricsResponse.Builder> journeyRunExecutionMetricsResponse)Sets the value of the JourneyRunExecutionMetricsResponse property for this object.
-