public static interface SensorStatisticsSummary.Builder extends SdkPojo, CopyableBuilder<SensorStatisticsSummary.Builder,SensorStatisticsSummary>
| Modifier and Type | Method and Description |
|---|---|
SensorStatisticsSummary.Builder |
categoricalValues(CategoricalValues categoricalValues)
Parameter that describes potential risk about whether data associated with the sensor is categorical.
|
default SensorStatisticsSummary.Builder |
categoricalValues(Consumer<CategoricalValues.Builder> categoricalValues)
Parameter that describes potential risk about whether data associated with the sensor is categorical.
|
SensorStatisticsSummary.Builder |
componentName(String componentName)
Name of the component to which the particular sensor belongs for which the statistics belong to.
|
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 |
dataExists(Boolean dataExists)
Parameter that indicates whether data exists for the sensor that the statistics belong to.
|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
monotonicValues(Consumer<MonotonicValues.Builder> monotonicValues)
Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
|
SensorStatisticsSummary.Builder |
monotonicValues(MonotonicValues monotonicValues)
Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
|
default 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 |
multipleOperatingModes(MultipleOperatingModes multipleOperatingModes)
Parameter that describes potential risk about whether data associated with the sensor has more than one
operating mode.
|
SensorStatisticsSummary.Builder |
sensorName(String sensorName)
Name of the sensor that the statistics belong to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSensorStatisticsSummary.Builder componentName(String componentName)
Name of the component to which the particular sensor belongs for which the statistics belong to.
componentName - Name of the component to which the particular sensor belongs for which the statistics belong to.SensorStatisticsSummary.Builder sensorName(String sensorName)
Name of the sensor that the statistics belong to.
sensorName - Name of the sensor that the statistics belong to.SensorStatisticsSummary.Builder dataExists(Boolean dataExists)
Parameter that indicates whether data exists for the sensor that the statistics belong to.
dataExists - Parameter that indicates whether data exists for the sensor that the statistics belong to.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.
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 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.
This is a convenience method that creates an instance of theCountPercent.Builder avoiding the need
to create one manually via CountPercent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to missingValues(CountPercent).
missingValues - a consumer that will call methods on CountPercent.BuildermissingValues(CountPercent)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.
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 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.
This is a convenience method that creates an instance of theCountPercent.Builder avoiding the need
to create one manually via CountPercent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to invalidValues(CountPercent).
invalidValues - a consumer that will call methods on CountPercent.BuilderinvalidValues(CountPercent)SensorStatisticsSummary.Builder invalidDateEntries(CountPercent invalidDateEntries)
Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.
invalidDateEntries - Parameter that describes the total number of invalid date entries associated with the sensor that the
statistics belong to.default 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.
This is a convenience method that creates an instance of theCountPercent.Builder avoiding the need
to create one manually via CountPercent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to invalidDateEntries(CountPercent).
invalidDateEntries - a consumer that will call methods on CountPercent.BuilderinvalidDateEntries(CountPercent)SensorStatisticsSummary.Builder duplicateTimestamps(CountPercent duplicateTimestamps)
Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.
duplicateTimestamps - Parameter that describes the total number of duplicate timestamp records associated with the sensor
that the statistics belong to.default 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.
This is a convenience method that creates an instance of theCountPercent.Builder avoiding the need
to create one manually via CountPercent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to duplicateTimestamps(CountPercent).
duplicateTimestamps - a consumer that will call methods on CountPercent.BuilderduplicateTimestamps(CountPercent)SensorStatisticsSummary.Builder categoricalValues(CategoricalValues categoricalValues)
Parameter that describes potential risk about whether data associated with the sensor is categorical.
categoricalValues - Parameter that describes potential risk about whether data associated with the sensor is categorical.default SensorStatisticsSummary.Builder categoricalValues(Consumer<CategoricalValues.Builder> categoricalValues)
Parameter that describes potential risk about whether data associated with the sensor is categorical.
This is a convenience method that creates an instance of theCategoricalValues.Builder avoiding the
need to create one manually via CategoricalValues.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to categoricalValues(CategoricalValues).
categoricalValues - a consumer that will call methods on CategoricalValues.BuildercategoricalValues(CategoricalValues)SensorStatisticsSummary.Builder multipleOperatingModes(MultipleOperatingModes multipleOperatingModes)
Parameter that describes potential risk about whether data associated with the sensor has more than one operating mode.
multipleOperatingModes - Parameter that describes potential risk about whether data associated with the sensor has more than
one operating mode.default 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.
This is a convenience method that creates an instance of theMultipleOperatingModes.Builder avoiding
the need to create one manually via MultipleOperatingModes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to multipleOperatingModes(MultipleOperatingModes).
multipleOperatingModes - a consumer that will call methods on MultipleOperatingModes.BuildermultipleOperatingModes(MultipleOperatingModes)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.
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 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.
This is a convenience method that creates an instance of theLargeTimestampGaps.Builder avoiding the
need to create one manually via LargeTimestampGaps.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to largeTimestampGaps(LargeTimestampGaps).
largeTimestampGaps - a consumer that will call methods on LargeTimestampGaps.BuilderlargeTimestampGaps(LargeTimestampGaps)SensorStatisticsSummary.Builder monotonicValues(MonotonicValues monotonicValues)
Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
monotonicValues - Parameter that describes potential risk about whether data associated with the sensor is mostly
monotonic.default SensorStatisticsSummary.Builder monotonicValues(Consumer<MonotonicValues.Builder> monotonicValues)
Parameter that describes potential risk about whether data associated with the sensor is mostly monotonic.
This is a convenience method that creates an instance of theMonotonicValues.Builder avoiding the
need to create one manually via MonotonicValues.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to monotonicValues(MonotonicValues).
monotonicValues - a consumer that will call methods on MonotonicValues.BuildermonotonicValues(MonotonicValues)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.
dataStartTime - Indicates the time reference to indicate the beginning of valid data associated with the sensor that
the statistics belong to.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.
dataEndTime - Indicates the time reference to indicate the end of valid data associated with the sensor that the
statistics belong to.Copyright © 2022. All rights reserved.