public static interface UsageTotal.Builder extends SdkPojo, CopyableBuilder<UsageTotal.Builder,UsageTotal>
| Modifier and Type | Method and Description |
|---|---|
UsageTotal.Builder |
currency(Currency currency)
The type of currency that the value for the metric (estimatedCost) is reported in.
|
UsageTotal.Builder |
currency(String currency)
The type of currency that the value for the metric (estimatedCost) is reported in.
|
UsageTotal.Builder |
estimatedCost(String estimatedCost)
The estimated value for the metric.
|
UsageTotal.Builder |
type(String type)
The name of the metric.
|
UsageTotal.Builder |
type(UsageType type)
The name of the metric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUsageTotal.Builder currency(String currency)
The type of currency that the value for the metric (estimatedCost) is reported in.
UsageTotal.Builder currency(Currency currency)
The type of currency that the value for the metric (estimatedCost) is reported in.
UsageTotal.Builder estimatedCost(String estimatedCost)
The estimated value for the metric.
estimatedCost - The estimated value for the metric.UsageTotal.Builder type(String type)
The name of the metric. Possible values are: DATA_INVENTORY_EVALUATION, for monitoring S3 buckets; and, SENSITIVE_DATA_DISCOVERY, for analyzing S3 objects to detect sensitive data.
type - The name of the metric. Possible values are: DATA_INVENTORY_EVALUATION, for monitoring S3 buckets;
and, SENSITIVE_DATA_DISCOVERY, for analyzing S3 objects to detect sensitive data.UsageType,
UsageTypeUsageTotal.Builder type(UsageType type)
The name of the metric. Possible values are: DATA_INVENTORY_EVALUATION, for monitoring S3 buckets; and, SENSITIVE_DATA_DISCOVERY, for analyzing S3 objects to detect sensitive data.
type - The name of the metric. Possible values are: DATA_INVENTORY_EVALUATION, for monitoring S3 buckets;
and, SENSITIVE_DATA_DISCOVERY, for analyzing S3 objects to detect sensitive data.UsageType,
UsageTypeCopyright © 2021. All rights reserved.