public static interface RdsRecommendation.Builder extends SdkPojo, CopyableBuilder<RdsRecommendation.Builder,RdsRecommendation>
| Modifier and Type | Method and Description |
|---|---|
default RdsRecommendation.Builder |
requirementsToTarget(Consumer<RdsRequirements.Builder> requirementsToTarget)
Supplemental information about the requirements to the recommended target database on Amazon RDS.
|
RdsRecommendation.Builder |
requirementsToTarget(RdsRequirements requirementsToTarget)
Supplemental information about the requirements to the recommended target database on Amazon RDS.
|
default RdsRecommendation.Builder |
targetConfiguration(Consumer<RdsConfiguration.Builder> targetConfiguration)
Supplemental information about the configuration of the recommended target database on Amazon RDS.
|
RdsRecommendation.Builder |
targetConfiguration(RdsConfiguration targetConfiguration)
Supplemental information about the configuration of the recommended target database on Amazon RDS.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRdsRecommendation.Builder requirementsToTarget(RdsRequirements requirementsToTarget)
Supplemental information about the requirements to the recommended target database on Amazon RDS.
requirementsToTarget - Supplemental information about the requirements to the recommended target database on Amazon RDS.default RdsRecommendation.Builder requirementsToTarget(Consumer<RdsRequirements.Builder> requirementsToTarget)
Supplemental information about the requirements to the recommended target database on Amazon RDS.
This is a convenience method that creates an instance of theRdsRequirements.Builder avoiding the
need to create one manually via RdsRequirements.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to requirementsToTarget(RdsRequirements).
requirementsToTarget - a consumer that will call methods on RdsRequirements.BuilderrequirementsToTarget(RdsRequirements)RdsRecommendation.Builder targetConfiguration(RdsConfiguration targetConfiguration)
Supplemental information about the configuration of the recommended target database on Amazon RDS.
targetConfiguration - Supplemental information about the configuration of the recommended target database on Amazon RDS.default RdsRecommendation.Builder targetConfiguration(Consumer<RdsConfiguration.Builder> targetConfiguration)
Supplemental information about the configuration of the recommended target database on Amazon RDS.
This is a convenience method that creates an instance of theRdsConfiguration.Builder avoiding the
need to create one manually via RdsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to targetConfiguration(RdsConfiguration).
targetConfiguration - a consumer that will call methods on RdsConfiguration.BuildertargetConfiguration(RdsConfiguration)Copyright © 2023. All rights reserved.