public static interface ApplicationDateRangeKpiResponse.Builder extends SdkPojo, CopyableBuilder<ApplicationDateRangeKpiResponse.Builder,ApplicationDateRangeKpiResponse>
| Modifier and Type | Method and Description |
|---|---|
ApplicationDateRangeKpiResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application that the metric applies to.
|
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 |
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 |
kpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
default ApplicationDateRangeKpiResponse.Builder |
kpiResult(Consumer<BaseKpiResult.Builder> kpiResult)
An array of objects that contains the results of the query.
|
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationDateRangeKpiResponse.Builder applicationId(String applicationId)
The unique identifier for the application that the metric applies to.
applicationId - The unique identifier for the application that the metric applies to.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. The date range is inclusive.
endTime - The last date and time of the date range that was used to filter the query results, in extended ISO
8601 format. The date range is inclusive.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. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible values, see the Amazon Pinpoint Developer Guide.
kpiName - The name of the metric, also referred to as a key performance indicator (KPI), that the data
was retrieved for. This value describes the associated metric and consists of two or more terms, which
are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible
values, see the Amazon Pinpoint Developer Guide.ApplicationDateRangeKpiResponse.Builder kpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query. Each object contains the value for the metric and metadata about that value.
kpiResult - An array of objects that contains the results of the query. Each object contains the value for the
metric and metadata about that value.default ApplicationDateRangeKpiResponse.Builder kpiResult(Consumer<BaseKpiResult.Builder> kpiResult)
An array of objects that contains the results of the query. Each object contains the value for the metric and metadata about that value.
This is a convenience that creates an instance of theBaseKpiResult.Builder avoiding the need to
create one manually via BaseKpiResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to kpiResult(BaseKpiResult).kpiResult - a consumer that will call methods on BaseKpiResult.BuilderkpiResult(BaseKpiResult)ApplicationDateRangeKpiResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Application Metrics resource because the resource returns all results in a single page.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null for the Application Metrics resource because the resource returns all results in a
single page.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. The date range is inclusive.
startTime - The first date and time of the date range that was used to filter the query results, in extended ISO
8601 format. The date range is inclusive.Copyright © 2020. All rights reserved.