public static interface DataQualitySummary.Builder extends SdkPojo, CopyableBuilder<DataQualitySummary.Builder,DataQualitySummary>
| Modifier and Type | Method and Description |
|---|---|
default DataQualitySummary.Builder |
duplicateTimestamps(Consumer<DuplicateTimestamps.Builder> duplicateTimestamps)
Parameter that gives information about duplicate timestamps in the input data.
|
DataQualitySummary.Builder |
duplicateTimestamps(DuplicateTimestamps duplicateTimestamps)
Parameter that gives information about duplicate timestamps in the input data.
|
default DataQualitySummary.Builder |
insufficientSensorData(Consumer<InsufficientSensorData.Builder> insufficientSensorData)
Parameter that gives information about insufficient data for sensors in the dataset.
|
DataQualitySummary.Builder |
insufficientSensorData(InsufficientSensorData insufficientSensorData)
Parameter that gives information about insufficient data for sensors in the dataset.
|
default DataQualitySummary.Builder |
invalidSensorData(Consumer<InvalidSensorData.Builder> invalidSensorData)
Parameter that gives information about data that is invalid over all the sensors in the input data.
|
DataQualitySummary.Builder |
invalidSensorData(InvalidSensorData invalidSensorData)
Parameter that gives information about data that is invalid over all the sensors in the input data.
|
default DataQualitySummary.Builder |
missingSensorData(Consumer<MissingSensorData.Builder> missingSensorData)
Parameter that gives information about data that is missing over all the sensors in the input data.
|
DataQualitySummary.Builder |
missingSensorData(MissingSensorData missingSensorData)
Parameter that gives information about data that is missing over all the sensors in the input data.
|
default DataQualitySummary.Builder |
unsupportedTimestamps(Consumer<UnsupportedTimestamps.Builder> unsupportedTimestamps)
Parameter that gives information about unsupported timestamps in the input data.
|
DataQualitySummary.Builder |
unsupportedTimestamps(UnsupportedTimestamps unsupportedTimestamps)
Parameter that gives information about unsupported timestamps in the input data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataQualitySummary.Builder insufficientSensorData(InsufficientSensorData insufficientSensorData)
Parameter that gives information about insufficient data for sensors in the dataset. This includes information about those sensors that have complete data missing and those with a short date range.
insufficientSensorData - Parameter that gives information about insufficient data for sensors in the dataset. This includes
information about those sensors that have complete data missing and those with a short date range.default DataQualitySummary.Builder insufficientSensorData(Consumer<InsufficientSensorData.Builder> insufficientSensorData)
Parameter that gives information about insufficient data for sensors in the dataset. This includes information about those sensors that have complete data missing and those with a short date range.
This is a convenience method that creates an instance of theInsufficientSensorData.Builder avoiding
the need to create one manually via InsufficientSensorData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to insufficientSensorData(InsufficientSensorData).
insufficientSensorData - a consumer that will call methods on InsufficientSensorData.BuilderinsufficientSensorData(InsufficientSensorData)DataQualitySummary.Builder missingSensorData(MissingSensorData missingSensorData)
Parameter that gives information about data that is missing over all the sensors in the input data.
missingSensorData - Parameter that gives information about data that is missing over all the sensors in the input data.default DataQualitySummary.Builder missingSensorData(Consumer<MissingSensorData.Builder> missingSensorData)
Parameter that gives information about data that is missing over all the sensors in the input data.
This is a convenience method that creates an instance of theMissingSensorData.Builder avoiding the
need to create one manually via MissingSensorData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to missingSensorData(MissingSensorData).
missingSensorData - a consumer that will call methods on MissingSensorData.BuildermissingSensorData(MissingSensorData)DataQualitySummary.Builder invalidSensorData(InvalidSensorData invalidSensorData)
Parameter that gives information about data that is invalid over all the sensors in the input data.
invalidSensorData - Parameter that gives information about data that is invalid over all the sensors in the input data.default DataQualitySummary.Builder invalidSensorData(Consumer<InvalidSensorData.Builder> invalidSensorData)
Parameter that gives information about data that is invalid over all the sensors in the input data.
This is a convenience method that creates an instance of theInvalidSensorData.Builder avoiding the
need to create one manually via InvalidSensorData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to invalidSensorData(InvalidSensorData).
invalidSensorData - a consumer that will call methods on InvalidSensorData.BuilderinvalidSensorData(InvalidSensorData)DataQualitySummary.Builder unsupportedTimestamps(UnsupportedTimestamps unsupportedTimestamps)
Parameter that gives information about unsupported timestamps in the input data.
unsupportedTimestamps - Parameter that gives information about unsupported timestamps in the input data.default DataQualitySummary.Builder unsupportedTimestamps(Consumer<UnsupportedTimestamps.Builder> unsupportedTimestamps)
Parameter that gives information about unsupported timestamps in the input data.
This is a convenience method that creates an instance of theUnsupportedTimestamps.Builder avoiding
the need to create one manually via UnsupportedTimestamps.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to unsupportedTimestamps(UnsupportedTimestamps).
unsupportedTimestamps - a consumer that will call methods on UnsupportedTimestamps.BuilderunsupportedTimestamps(UnsupportedTimestamps)DataQualitySummary.Builder duplicateTimestamps(DuplicateTimestamps duplicateTimestamps)
Parameter that gives information about duplicate timestamps in the input data.
duplicateTimestamps - Parameter that gives information about duplicate timestamps in the input data.default DataQualitySummary.Builder duplicateTimestamps(Consumer<DuplicateTimestamps.Builder> duplicateTimestamps)
Parameter that gives information about duplicate timestamps in the input data.
This is a convenience method that creates an instance of theDuplicateTimestamps.Builder avoiding the
need to create one manually via DuplicateTimestamps.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to duplicateTimestamps(DuplicateTimestamps).
duplicateTimestamps - a consumer that will call methods on DuplicateTimestamps.BuilderduplicateTimestamps(DuplicateTimestamps)Copyright © 2022. All rights reserved.