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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ECSSavingsEstimationMode.Buildersource(String source)Describes the source for calculating the savings opportunity for Amazon ECS services.ECSSavingsEstimationMode.Buildersource(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 Detail
-
source
ECSSavingsEstimationMode.Builder source(String 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:
ECSSavingsEstimationModeSource,ECSSavingsEstimationModeSource
-
source
ECSSavingsEstimationMode.Builder source(ECSSavingsEstimationModeSource 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:
ECSSavingsEstimationModeSource,ECSSavingsEstimationModeSource
-
-