Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.CountPercent.Builder
-
Packages that use CountPercent.Builder Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of CountPercent.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return CountPercent.Builder Modifier and Type Method Description static CountPercent.BuilderCountPercent. builder()CountPercent.BuilderCountPercent.Builder. count(Integer count)Indicates the count of occurences of the given statistic.CountPercent.BuilderCountPercent.Builder. percentage(Float percentage)Indicates the percentage of occurances of the given statistic.CountPercent.BuilderCountPercent. toBuilder()Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type CountPercent.Builder Modifier and Type Method Description static Class<? extends CountPercent.Builder>CountPercent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type CountPercent.Builder Modifier and Type Method Description default SensorStatisticsSummary.BuilderSensorStatisticsSummary.Builder. duplicateTimestamps(Consumer<CountPercent.Builder> duplicateTimestamps)Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.default SensorStatisticsSummary.BuilderSensorStatisticsSummary.Builder. invalidDateEntries(Consumer<CountPercent.Builder> invalidDateEntries)Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.default SensorStatisticsSummary.BuilderSensorStatisticsSummary.Builder. invalidValues(Consumer<CountPercent.Builder> invalidValues)Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.default SensorStatisticsSummary.BuilderSensorStatisticsSummary.Builder. missingValues(Consumer<CountPercent.Builder> missingValues)Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.
-