public static interface ListSensorStatisticsResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<ListSensorStatisticsResponse.Builder,ListSensorStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSensorStatisticsResponse.Builder |
nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of sensor statistics.
|
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 |
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 |
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSensorStatisticsResponse.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.
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 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.
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 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.
This is a convenience method that creates an instance of theSensorStatisticsSummary.Builder avoiding the
need to create one manually via
SensorStatisticsSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #sensorStatisticsSummaries(List.
sensorStatisticsSummaries - a consumer that will call methods on
SensorStatisticsSummary.Builder#sensorStatisticsSummaries(java.util.Collection) ListSensorStatisticsResponse.Builder nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of sensor statistics.
nextToken - An opaque pagination token indicating where to continue the listing of sensor statistics.Copyright © 2022. All rights reserved.