Interface Total.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Total.Builder,,- Total> - SdkBuilder<Total.Builder,,- Total> - SdkPojo
- Enclosing class:
- Total
@Mutable
@NotThreadSafe
public static interface Total.Builder
extends SdkPojo, CopyableBuilder<Total.Builder,Total> 
- 
Method SummaryModifier and TypeMethodDescriptionThe total usage.The currency unit that the amount is given in.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
amountThe total usage. - Parameters:
- amount- The total usage.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
unitThe currency unit that the amount is given in. - Parameters:
- unit- The currency unit that the amount is given in.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-