Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.MissingSensorData.Builder
-
Packages that use MissingSensorData.Builder Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of MissingSensorData.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return MissingSensorData.Builder Modifier and Type Method Description MissingSensorData.BuilderMissingSensorData.Builder. affectedSensorCount(Integer affectedSensorCount)Indicates the number of sensors that have atleast some data missing.static MissingSensorData.BuilderMissingSensorData. builder()MissingSensorData.BuilderMissingSensorData. toBuilder()MissingSensorData.BuilderMissingSensorData.Builder. totalNumberOfMissingValues(Integer totalNumberOfMissingValues)Indicates the total number of missing values across all the sensors.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type MissingSensorData.Builder Modifier and Type Method Description static Class<? extends MissingSensorData.Builder>MissingSensorData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type MissingSensorData.Builder Modifier and Type Method Description default DataQualitySummary.BuilderDataQualitySummary.Builder. missingSensorData(Consumer<MissingSensorData.Builder> missingSensorData)Parameter that gives information about data that is missing over all the sensors in the input data.
-