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 Summary
Modifier and TypeMethodDescriptionAn opaque pagination token indicating where to continue the listing of sensor statistics.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
(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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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 theSensorStatisticsSummary.Builder
avoiding the need to create one manually viaSensorStatisticsSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosensorStatisticsSummaries(List<SensorStatisticsSummary>)
.- Parameters:
sensorStatisticsSummaries
- a consumer that will call methods onSensorStatisticsSummary.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.
-