Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueHistoryErrorInfo.Builder
-
Packages that use BatchGetAssetPropertyValueHistoryErrorInfo.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyValueHistoryErrorInfo.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return BatchGetAssetPropertyValueHistoryErrorInfo.Builder Modifier and Type Method Description static BatchGetAssetPropertyValueHistoryErrorInfo.BuilderBatchGetAssetPropertyValueHistoryErrorInfo. builder()BatchGetAssetPropertyValueHistoryErrorInfo.BuilderBatchGetAssetPropertyValueHistoryErrorInfo.Builder. errorCode(String errorCode)The error code.BatchGetAssetPropertyValueHistoryErrorInfo.BuilderBatchGetAssetPropertyValueHistoryErrorInfo.Builder. errorCode(BatchGetAssetPropertyValueHistoryErrorCode errorCode)The error code.BatchGetAssetPropertyValueHistoryErrorInfo.BuilderBatchGetAssetPropertyValueHistoryErrorInfo.Builder. errorTimestamp(Instant errorTimestamp)The date the error occurred, in Unix epoch time.BatchGetAssetPropertyValueHistoryErrorInfo.BuilderBatchGetAssetPropertyValueHistoryErrorInfo. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyValueHistoryErrorInfo.Builder Modifier and Type Method Description static Class<? extends BatchGetAssetPropertyValueHistoryErrorInfo.Builder>BatchGetAssetPropertyValueHistoryErrorInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type BatchGetAssetPropertyValueHistoryErrorInfo.Builder Modifier and Type Method Description default BatchGetAssetPropertyValueHistorySkippedEntry.BuilderBatchGetAssetPropertyValueHistorySkippedEntry.Builder. errorInfo(Consumer<BatchGetAssetPropertyValueHistoryErrorInfo.Builder> errorInfo)The error information, such as the error code and the timestamp.
-