public static interface BatchGetAssetPropertyValueErrorInfo.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueErrorInfo.Builder,BatchGetAssetPropertyValueErrorInfo>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueErrorInfo.Builder |
errorCode(BatchGetAssetPropertyValueErrorCode errorCode)
The error code.
|
BatchGetAssetPropertyValueErrorInfo.Builder |
errorCode(String errorCode)
The error code.
|
BatchGetAssetPropertyValueErrorInfo.Builder |
errorTimestamp(Instant errorTimestamp)
The date the error occurred, in Unix epoch time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyValueErrorInfo.Builder errorCode(String errorCode)
The error code.
errorCode - The error code.BatchGetAssetPropertyValueErrorCode,
BatchGetAssetPropertyValueErrorCodeBatchGetAssetPropertyValueErrorInfo.Builder errorCode(BatchGetAssetPropertyValueErrorCode errorCode)
The error code.
errorCode - The error code.BatchGetAssetPropertyValueErrorCode,
BatchGetAssetPropertyValueErrorCodeBatchGetAssetPropertyValueErrorInfo.Builder errorTimestamp(Instant errorTimestamp)
The date the error occurred, in Unix epoch time.
errorTimestamp - The date the error occurred, in Unix epoch time.Copyright © 2022. All rights reserved.