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