| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static SensorStatisticsSummary.Builder |
SensorStatisticsSummary.builder() |
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.categoricalValues(CategoricalValues categoricalValues)
Parameter that describes potential risk about whether data associated with the sensor is categorical.
|
default SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.categoricalValues(Consumer<CategoricalValues.Builder> categoricalValues)
Parameter that describes potential risk about whether data associated with the sensor is categorical.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.componentName(String componentName)
Name of the component to which the particular sensor belongs for which the statistics belong to.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.dataEndTime(Instant dataEndTime)
Indicates the time reference to indicate the end of valid data associated with the sensor that the statistics
belong to.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.dataExists(Boolean dataExists)
Parameter that indicates whether data exists for the sensor that the statistics belong to.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.dataStartTime(Instant dataStartTime)
Indicates the time reference to indicate the beginning of valid data associated with the sensor that the
statistics belong to.
|
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.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.duplicateTimestamps(CountPercent 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.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.invalidDateEntries(CountPercent 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.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.invalidValues(CountPercent 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.largeTimestampGaps(Consumer<LargeTimestampGaps.Builder> largeTimestampGaps)
Parameter that describes potential risk about whether data associated with the sensor contains one or more
large gaps between consecutive timestamps.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.largeTimestampGaps(LargeTimestampGaps largeTimestampGaps)
Parameter that describes potential risk about whether data associated with the sensor contains one or more
large gaps between consecutive timestamps.
|
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.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.missingValues(CountPercent missingValues)
Parameter that describes the total number of, and percentage of, values that are missing for the sensor that
the statistics belong to.
|
default SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.monotonicValues(Consumer<MonotonicValues.Builder> monotonicValues)
Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.monotonicValues(MonotonicValues monotonicValues)
Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
|
default SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.multipleOperatingModes(Consumer<MultipleOperatingModes.Builder> multipleOperatingModes)
Parameter that describes potential risk about whether data associated with the sensor has more than one
operating mode.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.multipleOperatingModes(MultipleOperatingModes multipleOperatingModes)
Parameter that describes potential risk about whether data associated with the sensor has more than one
operating mode.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.Builder.sensorName(String sensorName)
Name of the sensor that the statistics belong to.
|
SensorStatisticsSummary.Builder |
SensorStatisticsSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SensorStatisticsSummary.Builder> |
SensorStatisticsSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.