public static interface BatchStartRecommendationsResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<BatchStartRecommendationsResponse.Builder,BatchStartRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchStartRecommendationsResponse.Builder |
errorEntries(BatchStartRecommendationsErrorEntry... errorEntries)
A list with error details about the analysis of each source database.
|
BatchStartRecommendationsResponse.Builder |
errorEntries(Collection<BatchStartRecommendationsErrorEntry> errorEntries)
A list with error details about the analysis of each source database.
|
BatchStartRecommendationsResponse.Builder |
errorEntries(Consumer<BatchStartRecommendationsErrorEntry.Builder>... errorEntries)
A list with error details about the analysis of each source database.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchStartRecommendationsResponse.Builder errorEntries(Collection<BatchStartRecommendationsErrorEntry> errorEntries)
A list with error details about the analysis of each source database.
errorEntries - A list with error details about the analysis of each source database.BatchStartRecommendationsResponse.Builder errorEntries(BatchStartRecommendationsErrorEntry... errorEntries)
A list with error details about the analysis of each source database.
errorEntries - A list with error details about the analysis of each source database.BatchStartRecommendationsResponse.Builder errorEntries(Consumer<BatchStartRecommendationsErrorEntry.Builder>... errorEntries)
A list with error details about the analysis of each source database.
This is a convenience method that creates an instance of theBatchStartRecommendationsErrorEntry.Builder
avoiding the need to create one manually via
BatchStartRecommendationsErrorEntry.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #errorEntries(List.
errorEntries - a consumer that will call methods on
BatchStartRecommendationsErrorEntry.Builder#errorEntries(java.util.Collection) Copyright © 2023. All rights reserved.