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: AUTOMATED_OBJECT_MONITORING, to monitor S3 objects for automated sensitive data discovery; AUTOMATED_SENSITIVE_DATA_DISCOVERY, to analyze S3 objects for automated sensitive data discovery; DATA_INVENTORY_EVALUATION, to monitor S3 buckets; and, SENSITIVE_DATA_DISCOVERY, to run classification jobs.
type - The name of the metric. Possible values are: AUTOMATED_OBJECT_MONITORING, to monitor S3 objects for
automated sensitive data discovery; AUTOMATED_SENSITIVE_DATA_DISCOVERY, to analyze S3 objects for
automated sensitive data discovery; DATA_INVENTORY_EVALUATION, to monitor S3 buckets; and,
SENSITIVE_DATA_DISCOVERY, to run classification jobs.UsageType,
UsageTypeUsageTotal.Builder type(UsageType type)
The name of the metric. Possible values are: AUTOMATED_OBJECT_MONITORING, to monitor S3 objects for automated sensitive data discovery; AUTOMATED_SENSITIVE_DATA_DISCOVERY, to analyze S3 objects for automated sensitive data discovery; DATA_INVENTORY_EVALUATION, to monitor S3 buckets; and, SENSITIVE_DATA_DISCOVERY, to run classification jobs.
type - The name of the metric. Possible values are: AUTOMATED_OBJECT_MONITORING, to monitor S3 objects for
automated sensitive data discovery; AUTOMATED_SENSITIVE_DATA_DISCOVERY, to analyze S3 objects for
automated sensitive data discovery; DATA_INVENTORY_EVALUATION, to monitor S3 buckets; and,
SENSITIVE_DATA_DISCOVERY, to run classification jobs.UsageType,
UsageTypeCopyright © 2023. All rights reserved.