Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.UnsupportedTimestamps.Builder
-
Packages that use UnsupportedTimestamps.Builder Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of UnsupportedTimestamps.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return UnsupportedTimestamps.Builder Modifier and Type Method Description static UnsupportedTimestamps.BuilderUnsupportedTimestamps. builder()UnsupportedTimestamps.BuilderUnsupportedTimestamps. toBuilder()UnsupportedTimestamps.BuilderUnsupportedTimestamps.Builder. totalNumberOfUnsupportedTimestamps(Integer totalNumberOfUnsupportedTimestamps)Indicates the total number of unsupported timestamps across the ingested data.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type UnsupportedTimestamps.Builder Modifier and Type Method Description static Class<? extends UnsupportedTimestamps.Builder>UnsupportedTimestamps. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type UnsupportedTimestamps.Builder Modifier and Type Method Description default DataQualitySummary.BuilderDataQualitySummary.Builder. unsupportedTimestamps(Consumer<UnsupportedTimestamps.Builder> unsupportedTimestamps)Parameter that gives information about unsupported timestamps in the input data.
-