Interface InstanceSavingsEstimationMode.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceSavingsEstimationMode.Builder,InstanceSavingsEstimationMode>,SdkBuilder<InstanceSavingsEstimationMode.Builder,InstanceSavingsEstimationMode>,SdkPojo
- Enclosing class:
- InstanceSavingsEstimationMode
public static interface InstanceSavingsEstimationMode.Builder extends SdkPojo, CopyableBuilder<InstanceSavingsEstimationMode.Builder,InstanceSavingsEstimationMode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceSavingsEstimationMode.Buildersource(String source)Describes the source for calculating the savings opportunity for Amazon EC2 instances.InstanceSavingsEstimationMode.Buildersource(InstanceSavingsEstimationModeSource source)Describes the source for calculating the savings opportunity for Amazon EC2 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, sdkFields
-
-
-
-
Method Detail
-
source
InstanceSavingsEstimationMode.Builder source(String source)
Describes the source for calculating the savings opportunity for Amazon EC2 instances.
- Parameters:
source- Describes the source for calculating the savings opportunity for Amazon EC2 instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceSavingsEstimationModeSource,InstanceSavingsEstimationModeSource
-
source
InstanceSavingsEstimationMode.Builder source(InstanceSavingsEstimationModeSource source)
Describes the source for calculating the savings opportunity for Amazon EC2 instances.
- Parameters:
source- Describes the source for calculating the savings opportunity for Amazon EC2 instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstanceSavingsEstimationModeSource,InstanceSavingsEstimationModeSource
-
-