| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationDateRangeKpiResponse.Builder |
ApplicationDateRangeKpiResponse.Builder.applicationId(String applicationId)
The unique identifier for the application that the metric applies to.
|
static ApplicationDateRangeKpiResponse.Builder |
ApplicationDateRangeKpiResponse.builder() |
ApplicationDateRangeKpiResponse.Builder |
ApplicationDateRangeKpiResponse.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.
|
ApplicationDateRangeKpiResponse.Builder |
ApplicationDateRangeKpiResponse.Builder.kpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), that the data was
retrieved for.
|
ApplicationDateRangeKpiResponse.Builder |
ApplicationDateRangeKpiResponse.Builder.kpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
default ApplicationDateRangeKpiResponse.Builder |
ApplicationDateRangeKpiResponse.Builder.kpiResult(Consumer<BaseKpiResult.Builder> kpiResult)
An array of objects that contains the results of the query.
|
ApplicationDateRangeKpiResponse.Builder |
ApplicationDateRangeKpiResponse.Builder.nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
ApplicationDateRangeKpiResponse.Builder |
ApplicationDateRangeKpiResponse.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.
|
ApplicationDateRangeKpiResponse.Builder |
ApplicationDateRangeKpiResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApplicationDateRangeKpiResponse.Builder> |
ApplicationDateRangeKpiResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetApplicationDateRangeKpiResponse.Builder |
GetApplicationDateRangeKpiResponse.Builder.applicationDateRangeKpiResponse(Consumer<ApplicationDateRangeKpiResponse.Builder> applicationDateRangeKpiResponse)
Sets the value of the ApplicationDateRangeKpiResponse property for this object.
|
Copyright © 2019. All rights reserved.