public static interface BatchStartRecommendationsRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<BatchStartRecommendationsRequest.Builder,BatchStartRecommendationsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchStartRecommendationsRequest.Builder |
data(Collection<StartRecommendationsRequestEntry> data)
Provides information about source databases to analyze.
|
BatchStartRecommendationsRequest.Builder |
data(Consumer<StartRecommendationsRequestEntry.Builder>... data)
Provides information about source databases to analyze.
|
BatchStartRecommendationsRequest.Builder |
data(StartRecommendationsRequestEntry... data)
Provides information about source databases to analyze.
|
BatchStartRecommendationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchStartRecommendationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchStartRecommendationsRequest.Builder data(Collection<StartRecommendationsRequestEntry> data)
Provides information about source databases to analyze. After this analysis, Fleet Advisor recommends target engines for each source database.
data - Provides information about source databases to analyze. After this analysis, Fleet Advisor recommends
target engines for each source database.BatchStartRecommendationsRequest.Builder data(StartRecommendationsRequestEntry... data)
Provides information about source databases to analyze. After this analysis, Fleet Advisor recommends target engines for each source database.
data - Provides information about source databases to analyze. After this analysis, Fleet Advisor recommends
target engines for each source database.BatchStartRecommendationsRequest.Builder data(Consumer<StartRecommendationsRequestEntry.Builder>... data)
Provides information about source databases to analyze. After this analysis, Fleet Advisor recommends target engines for each source database.
This is a convenience method that creates an instance of theStartRecommendationsRequestEntry.Builder
avoiding the need to create one manually via
StartRecommendationsRequestEntry.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #data(List.
data - a consumer that will call methods on
StartRecommendationsRequestEntry.Builder#data(java.util.Collection) BatchStartRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchStartRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.