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.
|
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.kpiResult(BaseKpiResult 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() |
|