Struct aws_sdk_macie2::model::service_limit::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ServiceLimit
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn is_service_limited(self, input: bool) -> Self
pub fn is_service_limited(self, input: bool) -> Self
Specifies whether the account has met the quota that corresponds to the metric specified by the UsageByAccount.type field in the response.
sourcepub fn set_is_service_limited(self, input: Option<bool>) -> Self
pub fn set_is_service_limited(self, input: Option<bool>) -> Self
Specifies whether the account has met the quota that corresponds to the metric specified by the UsageByAccount.type field in the response.
sourcepub fn unit(self, input: Unit) -> Self
pub fn unit(self, input: Unit) -> Self
The unit of measurement for the value specified by the value field.
sourcepub fn set_unit(self, input: Option<Unit>) -> Self
pub fn set_unit(self, input: Option<Unit>) -> Self
The unit of measurement for the value specified by the value field.
sourcepub fn value(self, input: i64) -> Self
pub fn value(self, input: i64) -> Self
The value for the metric specified by the UsageByAccount.type field in the response.
sourcepub fn set_value(self, input: Option<i64>) -> Self
pub fn set_value(self, input: Option<i64>) -> Self
The value for the metric specified by the UsageByAccount.type field in the response.
sourcepub fn build(self) -> ServiceLimit
pub fn build(self) -> ServiceLimit
Consumes the builder and constructs a ServiceLimit
.