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