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