Interface ListSensorStatisticsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListSensorStatisticsResponse.Builder,ListSensorStatisticsResponse>, LookoutEquipmentResponse.Builder, SdkBuilder<ListSensorStatisticsResponse.Builder,ListSensorStatisticsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListSensorStatisticsResponse

  • Method Details

    • 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.
    • sensorStatisticsSummaries

      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 the SensorStatisticsSummary.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<SensorStatisticsSummary>).

      Parameters:
      sensorStatisticsSummaries - a consumer that will call methods on SensorStatisticsSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.