Struct aws_sdk_macie2::model::usage_total::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UsageTotal
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn currency(self, input: Currency) -> Self
pub fn currency(self, input: Currency) -> Self
The type of currency that the value for the metric (estimatedCost) is reported in.
sourcepub fn set_currency(self, input: Option<Currency>) -> Self
pub fn set_currency(self, input: Option<Currency>) -> Self
The type of currency that the value for the metric (estimatedCost) is reported in.
sourcepub fn estimated_cost(self, input: impl Into<String>) -> Self
pub fn estimated_cost(self, input: impl Into<String>) -> Self
The estimated value for the metric.
sourcepub fn set_estimated_cost(self, input: Option<String>) -> Self
pub fn set_estimated_cost(self, input: Option<String>) -> Self
The estimated value for the metric.
sourcepub fn type(self, input: UsageType) -> Self
pub fn type(self, input: UsageType) -> Self
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.
sourcepub fn set_type(self, input: Option<UsageType>) -> Self
pub fn set_type(self, input: Option<UsageType>) -> Self
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.
sourcepub fn build(self) -> UsageTotal
pub fn build(self) -> UsageTotal
Consumes the builder and constructs a UsageTotal
.