Interface RecommendationData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendationData.Builder,,RecommendationData> SdkBuilder<RecommendationData.Builder,,RecommendationData> SdkPojo
- Enclosing class:
RecommendationData
public static interface RecommendationData.Builder
extends SdkPojo, CopyableBuilder<RecommendationData.Builder,RecommendationData>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RecommendationData.BuilderrdsEngine(Consumer<RdsRecommendation.Builder> rdsEngine) The recommendation of a target Amazon RDS database engine.rdsEngine(RdsRecommendation rdsEngine) The recommendation of a target Amazon RDS database engine.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
rdsEngine
The recommendation of a target Amazon RDS database engine.
- Parameters:
rdsEngine- The recommendation of a target Amazon RDS database engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rdsEngine
The recommendation of a target Amazon RDS database engine.
This is a convenience method that creates an instance of theRdsRecommendation.Builderavoiding the need to create one manually viaRdsRecommendation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tordsEngine(RdsRecommendation).- Parameters:
rdsEngine- a consumer that will call methods onRdsRecommendation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-