| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetAssetPropertyValueErrorInfo.Builder |
BatchGetAssetPropertyValueErrorInfo.builder() |
BatchGetAssetPropertyValueErrorInfo.Builder |
BatchGetAssetPropertyValueErrorInfo.Builder.errorCode(BatchGetAssetPropertyValueErrorCode errorCode)
The error code.
|
BatchGetAssetPropertyValueErrorInfo.Builder |
BatchGetAssetPropertyValueErrorInfo.Builder.errorCode(String errorCode)
The error code.
|
BatchGetAssetPropertyValueErrorInfo.Builder |
BatchGetAssetPropertyValueErrorInfo.Builder.errorTimestamp(Instant errorTimestamp)
The date the error occurred, in Unix epoch time.
|
BatchGetAssetPropertyValueErrorInfo.Builder |
BatchGetAssetPropertyValueErrorInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetAssetPropertyValueErrorInfo.Builder> |
BatchGetAssetPropertyValueErrorInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchGetAssetPropertyValueSkippedEntry.Builder |
BatchGetAssetPropertyValueSkippedEntry.Builder.errorInfo(Consumer<BatchGetAssetPropertyValueErrorInfo.Builder> errorInfo)
The error information, such as the error code and the timestamp.
|
Copyright © 2022. All rights reserved.