static ListSensorStatisticsResponse.Builder |
ListSensorStatisticsResponse.builder() |
|
ListSensorStatisticsResponse.Builder |
ListSensorStatisticsResponse.Builder.nextToken(String nextToken) |
An opaque pagination token indicating where to continue the listing of sensor statistics.
|
ListSensorStatisticsResponse.Builder |
ListSensorStatisticsResponse.Builder.sensorStatisticsSummaries(Collection<SensorStatisticsSummary> sensorStatisticsSummaries) |
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types,
such as whether data exists, the number and percentage of missing values, and the number and percentage of
duplicate timestamps.
|
ListSensorStatisticsResponse.Builder |
ListSensorStatisticsResponse.Builder.sensorStatisticsSummaries(Consumer<SensorStatisticsSummary.Builder>... sensorStatisticsSummaries) |
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types,
such as whether data exists, the number and percentage of missing values, and the number and percentage of
duplicate timestamps.
|
ListSensorStatisticsResponse.Builder |
ListSensorStatisticsResponse.Builder.sensorStatisticsSummaries(SensorStatisticsSummary... sensorStatisticsSummaries) |
Provides ingestion-based statistics regarding the specified sensor with respect to various validation types,
such as whether data exists, the number and percentage of missing values, and the number and percentage of
duplicate timestamps.
|
ListSensorStatisticsResponse.Builder |
ListSensorStatisticsResponse.toBuilder() |
|