Interface RecommendedActionTotal.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendedActionTotal.Builder,,RecommendedActionTotal> SdkBuilder<RecommendedActionTotal.Builder,,RecommendedActionTotal> SdkPojo
- Enclosing class:
RecommendedActionTotal
@Mutable
@NotThreadSafe
public static interface RecommendedActionTotal.Builder
extends SdkPojo, CopyableBuilder<RecommendedActionTotal.Builder,RecommendedActionTotal>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RecommendedActionTotal.BuilderestimatedMonthlySavings(Consumer<EstimatedMonthlySavings.Builder> estimatedMonthlySavings) Sets the value of the EstimatedMonthlySavings property for this object.estimatedMonthlySavings(EstimatedMonthlySavings estimatedMonthlySavings) Sets the value of the EstimatedMonthlySavings property for this object.recommendedActionCount(Integer recommendedActionCount) The total number of recommended actions in this group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
recommendedActionCount
The total number of recommended actions in this group.
- Parameters:
recommendedActionCount- The total number of recommended actions in this group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
estimatedMonthlySavings
RecommendedActionTotal.Builder estimatedMonthlySavings(EstimatedMonthlySavings estimatedMonthlySavings) Sets the value of the EstimatedMonthlySavings property for this object.- Parameters:
estimatedMonthlySavings- The new value for the EstimatedMonthlySavings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
estimatedMonthlySavings
default RecommendedActionTotal.Builder estimatedMonthlySavings(Consumer<EstimatedMonthlySavings.Builder> estimatedMonthlySavings) Sets the value of the EstimatedMonthlySavings property for this object. This is a convenience method that creates an instance of theEstimatedMonthlySavings.Builderavoiding the need to create one manually viaEstimatedMonthlySavings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toestimatedMonthlySavings(EstimatedMonthlySavings).- Parameters:
estimatedMonthlySavings- a consumer that will call methods onEstimatedMonthlySavings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-