Struct aws_sdk_lambda::model::account_usage::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AccountUsage
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn total_code_size(self, input: i64) -> Self
pub fn total_code_size(self, input: i64) -> Self
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
sourcepub fn set_total_code_size(self, input: Option<i64>) -> Self
pub fn set_total_code_size(self, input: Option<i64>) -> Self
The amount of storage space, in bytes, that's being used by deployment packages and layer archives.
sourcepub fn function_count(self, input: i64) -> Self
pub fn function_count(self, input: i64) -> Self
The number of Lambda functions.
sourcepub fn set_function_count(self, input: Option<i64>) -> Self
pub fn set_function_count(self, input: Option<i64>) -> Self
The number of Lambda functions.
sourcepub fn build(self) -> AccountUsage
pub fn build(self) -> AccountUsage
Consumes the builder and constructs a AccountUsage
.