public static interface Usage.Builder extends SdkPojo, CopyableBuilder<Usage.Builder,Usage>
| Modifier and Type | Method and Description |
|---|---|
Usage.Builder |
currency(Currency currency)
The currency type used when calculating usage data.
|
Usage.Builder |
currency(String currency)
The currency type used when calculating usage data.
|
Usage.Builder |
estimatedMonthlyCost(Double estimatedMonthlyCost)
The estimated monthly cost of Amazon Inspector.
|
Usage.Builder |
total(Double total)
The total of usage.
|
Usage.Builder |
type(String type)
The type scan.
|
Usage.Builder |
type(UsageType type)
The type scan.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUsage.Builder currency(String currency)
The currency type used when calculating usage data.
Usage.Builder currency(Currency currency)
The currency type used when calculating usage data.
Usage.Builder estimatedMonthlyCost(Double estimatedMonthlyCost)
The estimated monthly cost of Amazon Inspector.
estimatedMonthlyCost - The estimated monthly cost of Amazon Inspector.Usage.Builder total(Double total)
The total of usage.
total - The total of usage.Usage.Builder type(String type)
The type scan.
Usage.Builder type(UsageType type)
The type scan.
Copyright © 2022. All rights reserved.