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