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 Summary
Modifier and TypeMethodDescriptionThe total usage.The currency unit that the amount is given in.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
-
amount
The total usage.
- Parameters:
amount
- The total usage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The 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.
-