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