| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
JourneyDateRangeKpiResponse.Builder |
JourneyDateRangeKpiResponse.Builder.applicationId(String applicationId)
The unique identifier for the application that the metric applies to.
|
static JourneyDateRangeKpiResponse.Builder |
JourneyDateRangeKpiResponse.builder() |
JourneyDateRangeKpiResponse.Builder |
JourneyDateRangeKpiResponse.Builder.endTime(Instant endTime)
The last date and time of the date range that was used to filter the query results, in extended ISO 8601
format.
|
JourneyDateRangeKpiResponse.Builder |
JourneyDateRangeKpiResponse.Builder.journeyId(String journeyId)
The unique identifier for the journey that the metric applies to.
|
JourneyDateRangeKpiResponse.Builder |
JourneyDateRangeKpiResponse.Builder.kpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), that the data was
retrieved for.
|
JourneyDateRangeKpiResponse.Builder |
JourneyDateRangeKpiResponse.Builder.kpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
default JourneyDateRangeKpiResponse.Builder |
JourneyDateRangeKpiResponse.Builder.kpiResult(Consumer<BaseKpiResult.Builder> kpiResult)
An array of objects that contains the results of the query.
|
JourneyDateRangeKpiResponse.Builder |
JourneyDateRangeKpiResponse.Builder.nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
JourneyDateRangeKpiResponse.Builder |
JourneyDateRangeKpiResponse.Builder.startTime(Instant startTime)
The first date and time of the date range that was used to filter the query results, in extended ISO 8601
format.
|
JourneyDateRangeKpiResponse.Builder |
JourneyDateRangeKpiResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JourneyDateRangeKpiResponse.Builder> |
JourneyDateRangeKpiResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetJourneyDateRangeKpiResponse.Builder |
GetJourneyDateRangeKpiResponse.Builder.journeyDateRangeKpiResponse(Consumer<JourneyDateRangeKpiResponse.Builder> journeyDateRangeKpiResponse)
Sets the value of the JourneyDateRangeKpiResponse property for this object.
|
Copyright © 2020. All rights reserved.