Interface DiscountsBreakdownAmount.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DiscountsBreakdownAmount.Builder,
,DiscountsBreakdownAmount> SdkBuilder<DiscountsBreakdownAmount.Builder,
,DiscountsBreakdownAmount> SdkPojo
- Enclosing class:
DiscountsBreakdownAmount
@Mutable
@NotThreadSafe
public static interface DiscountsBreakdownAmount.Builder
extends SdkPojo, CopyableBuilder<DiscountsBreakdownAmount.Builder,DiscountsBreakdownAmount>
-
Method Summary
Modifier and TypeMethodDescriptionThe discounted amount.description
(String description) The list of discounts information.The details for the discount rate..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, sdkFieldNameToField, sdkFields
-
Method Details
-
description
The list of discounts information.
- Parameters:
description
- The list of discounts information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amount
The discounted amount.
- Parameters:
amount
- The discounted amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rate
The details for the discount rate..
- Parameters:
rate
- The details for the discount rate..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-