Interface ListSensorStatisticsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSensorStatisticsResponse.Builder,ListSensorStatisticsResponse>,LookoutEquipmentResponse.Builder,SdkBuilder<ListSensorStatisticsResponse.Builder,ListSensorStatisticsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSensorStatisticsResponse
public static interface ListSensorStatisticsResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<ListSensorStatisticsResponse.Builder,ListSensorStatisticsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSensorStatisticsResponse.BuildernextToken(String nextToken)An opaque pagination token indicating where to continue the listing of sensor statistics.ListSensorStatisticsResponse.BuildersensorStatisticsSummaries(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.BuildersensorStatisticsSummaries(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.BuildersensorStatisticsSummaries(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 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.
-
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.Builderavoiding the need to create one manually viaSensorStatisticsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sensorStatisticsSummaries(List.) - 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:
#sensorStatisticsSummaries(java.util.Collection)
-
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.
-
-