Interface TaxBreakdownItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TaxBreakdownItem.Builder,,TaxBreakdownItem> SdkBuilder<TaxBreakdownItem.Builder,,TaxBreakdownItem> SdkPojo
- Enclosing class:
TaxBreakdownItem
@Mutable
@NotThreadSafe
public static interface TaxBreakdownItem.Builder
extends SdkPojo, CopyableBuilder<TaxBreakdownItem.Builder,TaxBreakdownItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe estimated tax amount.The tax rate, in decimals.The type of tax (for example, VAT, ST, or GST).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
-
amount
The estimated tax amount.
- Parameters:
amount- The estimated tax amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rate
The tax rate, in decimals.
- Parameters:
rate- The tax rate, in decimals.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of tax (for example, VAT, ST, or GST).
- Parameters:
type- The type of tax (for example, VAT, ST, or GST).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-