| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static CountPercent.Builder |
CountPercent.builder() |
CountPercent.Builder |
CountPercent.Builder.count(Integer count)
Indicates the count of occurences of the given statistic.
|
CountPercent.Builder |
CountPercent.Builder.percentage(Float percentage)
Indicates the percentage of occurances of the given statistic.
|
CountPercent.Builder |
CountPercent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CountPercent.Builder> |
CountPercent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SensorStatisticsSummary.Builder |
SensorStatisticsSummary.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.Builder |
SensorStatisticsSummary.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.Builder |
SensorStatisticsSummary.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.Builder |
SensorStatisticsSummary.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.
|
Copyright © 2022. All rights reserved.