public static interface BatchStartRecommendationsErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchStartRecommendationsErrorEntry.Builder,BatchStartRecommendationsErrorEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchStartRecommendationsErrorEntry.Builder |
code(String code)
The code of an error that occurred during the analysis of the source database.
|
BatchStartRecommendationsErrorEntry.Builder |
databaseId(String databaseId)
The identifier of the source database.
|
BatchStartRecommendationsErrorEntry.Builder |
message(String message)
The information about the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchStartRecommendationsErrorEntry.Builder databaseId(String databaseId)
The identifier of the source database.
databaseId - The identifier of the source database.BatchStartRecommendationsErrorEntry.Builder message(String message)
The information about the error.
message - The information about the error.BatchStartRecommendationsErrorEntry.Builder code(String code)
The code of an error that occurred during the analysis of the source database.
code - The code of an error that occurred during the analysis of the source database.Copyright © 2023. All rights reserved.