Interface ListSensorStatisticsResponse.Builder

    • Method Detail

      • sensorStatisticsSummaries

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sensorStatisticsSummaries

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSensorStatisticsResponse.Builder nextToken​(String nextToken)

        An opaque pagination token indicating where to continue the listing of sensor statistics.

        Parameters:
        nextToken - An opaque pagination token indicating where to continue the listing of sensor statistics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.