Struct aws_sdk_macie2::types::builders::UsageTotalBuilder
source · #[non_exhaustive]pub struct UsageTotalBuilder { /* private fields */ }
Expand description
A builder for UsageTotal
.
Implementations§
source§impl UsageTotalBuilder
impl UsageTotalBuilder
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
.
Trait Implementations§
source§impl Clone for UsageTotalBuilder
impl Clone for UsageTotalBuilder
source§fn clone(&self) -> UsageTotalBuilder
fn clone(&self) -> UsageTotalBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UsageTotalBuilder
impl Debug for UsageTotalBuilder
source§impl Default for UsageTotalBuilder
impl Default for UsageTotalBuilder
source§fn default() -> UsageTotalBuilder
fn default() -> UsageTotalBuilder
source§impl PartialEq<UsageTotalBuilder> for UsageTotalBuilder
impl PartialEq<UsageTotalBuilder> for UsageTotalBuilder
source§fn eq(&self, other: &UsageTotalBuilder) -> bool
fn eq(&self, other: &UsageTotalBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.