public static interface BatchGetAssetPropertyAggregatesErrorInfo.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyAggregatesErrorInfo.Builder,BatchGetAssetPropertyAggregatesErrorInfo>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesErrorInfo.Builder |
errorCode(BatchGetAssetPropertyAggregatesErrorCode errorCode)
The error code.
|
BatchGetAssetPropertyAggregatesErrorInfo.Builder |
errorCode(String errorCode)
The error code.
|
BatchGetAssetPropertyAggregatesErrorInfo.Builder |
errorTimestamp(Instant errorTimestamp)
The date the error occurred, in Unix epoch time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyAggregatesErrorInfo.Builder errorCode(String errorCode)
The error code.
errorCode - The error code.BatchGetAssetPropertyAggregatesErrorCode,
BatchGetAssetPropertyAggregatesErrorCodeBatchGetAssetPropertyAggregatesErrorInfo.Builder errorCode(BatchGetAssetPropertyAggregatesErrorCode errorCode)
The error code.
errorCode - The error code.BatchGetAssetPropertyAggregatesErrorCode,
BatchGetAssetPropertyAggregatesErrorCodeBatchGetAssetPropertyAggregatesErrorInfo.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.