Interface Usage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Usage.Builder,
,Usage> SdkBuilder<Usage.Builder,
,Usage> SdkPojo
- Enclosing class:
Usage
-
Method Summary
Modifier and TypeMethodDescriptionThe currency type used when calculating usage data.The currency type used when calculating usage data.estimatedMonthlyCost
(Double estimatedMonthlyCost) The estimated monthly cost of Amazon Inspector.The total of usage.The type scan.The type scan.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, sdkFields
-
Method Details
-
currency
The currency type used when calculating usage data.
- Parameters:
currency
- The currency type used when calculating usage data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currency
The currency type used when calculating usage data.
- Parameters:
currency
- The currency type used when calculating usage data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
estimatedMonthlyCost
The estimated monthly cost of Amazon Inspector.
- Parameters:
estimatedMonthlyCost
- The estimated monthly cost of Amazon Inspector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
total
The total of usage.
- Parameters:
total
- The total of usage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type scan.
- Parameters:
type
- The type scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type scan.
- Parameters:
type
- The type scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-