Interface RDSSavingsEstimationMode.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RDSSavingsEstimationMode.Builder,
,RDSSavingsEstimationMode> SdkBuilder<RDSSavingsEstimationMode.Builder,
,RDSSavingsEstimationMode> SdkPojo
- Enclosing class:
RDSSavingsEstimationMode
public static interface RDSSavingsEstimationMode.Builder
extends SdkPojo, CopyableBuilder<RDSSavingsEstimationMode.Builder,RDSSavingsEstimationMode>
-
Method Summary
Modifier and TypeMethodDescriptionDescribes the source for calculating the savings opportunity for Amazon RDS.source
(RDSSavingsEstimationModeSource source) Describes the source for calculating the savings opportunity for Amazon RDS.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, sdkFields
-
Method Details
-
source
Describes the source for calculating the savings opportunity for Amazon RDS.
- Parameters:
source
- Describes the source for calculating the savings opportunity for Amazon RDS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
Describes the source for calculating the savings opportunity for Amazon RDS.
- Parameters:
source
- Describes the source for calculating the savings opportunity for Amazon RDS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-