Interface RdsDbInstance.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RdsDbInstance.Builder,RdsDbInstance>,SdkBuilder<RdsDbInstance.Builder,RdsDbInstance>,SdkPojo
- Enclosing class:
- RdsDbInstance
public static interface RdsDbInstance.Builder extends SdkPojo, CopyableBuilder<RdsDbInstance.Builder,RdsDbInstance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RdsDbInstance.Builderconfiguration(Consumer<RdsDbInstanceConfiguration.Builder> configuration)The Amazon RDS DB instance configuration used for recommendations.RdsDbInstance.Builderconfiguration(RdsDbInstanceConfiguration configuration)The Amazon RDS DB instance configuration used for recommendations.default RdsDbInstance.BuildercostCalculation(Consumer<ResourceCostCalculation.Builder> costCalculation)Sets the value of the CostCalculation property for this object.RdsDbInstance.BuildercostCalculation(ResourceCostCalculation costCalculation)Sets the value of the CostCalculation property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
configuration
RdsDbInstance.Builder configuration(RdsDbInstanceConfiguration configuration)
The Amazon RDS DB instance configuration used for recommendations.
- Parameters:
configuration- The Amazon RDS DB instance configuration used for recommendations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default RdsDbInstance.Builder configuration(Consumer<RdsDbInstanceConfiguration.Builder> configuration)
The Amazon RDS DB instance configuration used for recommendations.
This is a convenience method that creates an instance of theRdsDbInstanceConfiguration.Builderavoiding the need to create one manually viaRdsDbInstanceConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(RdsDbInstanceConfiguration).- Parameters:
configuration- a consumer that will call methods onRdsDbInstanceConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(RdsDbInstanceConfiguration)
-
costCalculation
RdsDbInstance.Builder costCalculation(ResourceCostCalculation costCalculation)
Sets the value of the CostCalculation property for this object.- Parameters:
costCalculation- The new value for the CostCalculation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
costCalculation
default RdsDbInstance.Builder costCalculation(Consumer<ResourceCostCalculation.Builder> costCalculation)
Sets the value of the CostCalculation property for this object. This is a convenience method that creates an instance of theResourceCostCalculation.Builderavoiding the need to create one manually viaResourceCostCalculation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocostCalculation(ResourceCostCalculation).- Parameters:
costCalculation- a consumer that will call methods onResourceCostCalculation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
costCalculation(ResourceCostCalculation)
-
-