Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistorySkippedEntry.Builder
-
Packages that use BatchGetAssetPropertyValueHistorySkippedEntry.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyValueHistorySkippedEntry.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return BatchGetAssetPropertyValueHistorySkippedEntry.Builder Modifier and Type Method Description static BatchGetAssetPropertyValueHistorySkippedEntry.BuilderBatchGetAssetPropertyValueHistorySkippedEntry. builder()BatchGetAssetPropertyValueHistorySkippedEntry.BuilderBatchGetAssetPropertyValueHistorySkippedEntry.Builder. completionStatus(String completionStatus)The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.BatchGetAssetPropertyValueHistorySkippedEntry.BuilderBatchGetAssetPropertyValueHistorySkippedEntry.Builder. completionStatus(BatchEntryCompletionStatus completionStatus)The completion status of each entry that is associated with the BatchGetAssetPropertyValueHistory API.BatchGetAssetPropertyValueHistorySkippedEntry.BuilderBatchGetAssetPropertyValueHistorySkippedEntry.Builder. entryId(String entryId)The ID of the entry.default BatchGetAssetPropertyValueHistorySkippedEntry.BuilderBatchGetAssetPropertyValueHistorySkippedEntry.Builder. errorInfo(Consumer<BatchGetAssetPropertyValueHistoryErrorInfo.Builder> errorInfo)The error information, such as the error code and the timestamp.BatchGetAssetPropertyValueHistorySkippedEntry.BuilderBatchGetAssetPropertyValueHistorySkippedEntry.Builder. errorInfo(BatchGetAssetPropertyValueHistoryErrorInfo errorInfo)The error information, such as the error code and the timestamp.BatchGetAssetPropertyValueHistorySkippedEntry.BuilderBatchGetAssetPropertyValueHistorySkippedEntry. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyValueHistorySkippedEntry.Builder Modifier and Type Method Description static Class<? extends BatchGetAssetPropertyValueHistorySkippedEntry.Builder>BatchGetAssetPropertyValueHistorySkippedEntry. serializableBuilderClass()
-