public static interface BatchDeleteImportDataError.Builder extends SdkPojo, CopyableBuilder<BatchDeleteImportDataError.Builder,BatchDeleteImportDataError>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImportDataError.Builder |
errorCode(BatchDeleteImportDataErrorCode errorCode)
The type of error that occurred for a specific import task.
|
BatchDeleteImportDataError.Builder |
errorCode(String errorCode)
The type of error that occurred for a specific import task.
|
BatchDeleteImportDataError.Builder |
errorDescription(String errorDescription)
The description of the error that occurred for a specific import task.
|
BatchDeleteImportDataError.Builder |
importTaskId(String importTaskId)
The unique import ID associated with the error that occurred.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteImportDataError.Builder importTaskId(String importTaskId)
The unique import ID associated with the error that occurred.
importTaskId - The unique import ID associated with the error that occurred.BatchDeleteImportDataError.Builder errorCode(String errorCode)
The type of error that occurred for a specific import task.
errorCode - The type of error that occurred for a specific import task.BatchDeleteImportDataErrorCode,
BatchDeleteImportDataErrorCodeBatchDeleteImportDataError.Builder errorCode(BatchDeleteImportDataErrorCode errorCode)
The type of error that occurred for a specific import task.
errorCode - The type of error that occurred for a specific import task.BatchDeleteImportDataErrorCode,
BatchDeleteImportDataErrorCodeBatchDeleteImportDataError.Builder errorDescription(String errorDescription)
The description of the error that occurred for a specific import task.
errorDescription - The description of the error that occurred for a specific import task.Copyright © 2022. All rights reserved.