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