Interface StartRecommendationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartRecommendationsRequest.Builder,StartRecommendationsRequest>,DatabaseMigrationRequest.Builder,SdkBuilder<StartRecommendationsRequest.Builder,StartRecommendationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartRecommendationsRequest
public static interface StartRecommendationsRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<StartRecommendationsRequest.Builder,StartRecommendationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartRecommendationsRequest.BuilderdatabaseId(String databaseId)The identifier of the source database to analyze and provide recommendations for.StartRecommendationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartRecommendationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default StartRecommendationsRequest.Buildersettings(Consumer<RecommendationSettings.Builder> settings)The settings in JSON format that Fleet Advisor uses to determine target engine recommendations.StartRecommendationsRequest.Buildersettings(RecommendationSettings settings)The settings in JSON format that Fleet Advisor uses to determine target engine recommendations.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
databaseId
StartRecommendationsRequest.Builder databaseId(String databaseId)
The identifier of the source database to analyze and provide recommendations for.
- Parameters:
databaseId- The identifier of the source database to analyze and provide recommendations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
StartRecommendationsRequest.Builder settings(RecommendationSettings settings)
The settings in JSON format that Fleet Advisor uses to determine target engine recommendations. These parameters include target instance sizing and availability and durability settings. For target instance sizing, Fleet Advisor supports the following two options: total capacity and resource utilization. For availability and durability, Fleet Advisor supports the following two options: production (Multi-AZ deployments) and Dev/Test (Single-AZ deployments).
- Parameters:
settings- The settings in JSON format that Fleet Advisor uses to determine target engine recommendations. These parameters include target instance sizing and availability and durability settings. For target instance sizing, Fleet Advisor supports the following two options: total capacity and resource utilization. For availability and durability, Fleet Advisor supports the following two options: production (Multi-AZ deployments) and Dev/Test (Single-AZ deployments).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
default StartRecommendationsRequest.Builder settings(Consumer<RecommendationSettings.Builder> settings)
The settings in JSON format that Fleet Advisor uses to determine target engine recommendations. These parameters include target instance sizing and availability and durability settings. For target instance sizing, Fleet Advisor supports the following two options: total capacity and resource utilization. For availability and durability, Fleet Advisor supports the following two options: production (Multi-AZ deployments) and Dev/Test (Single-AZ deployments).
This is a convenience method that creates an instance of theRecommendationSettings.Builderavoiding the need to create one manually viaRecommendationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosettings(RecommendationSettings).- Parameters:
settings- a consumer that will call methods onRecommendationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
settings(RecommendationSettings)
-
overrideConfiguration
StartRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-