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