Struct aws_sdk_workdocs::model::user_storage_metadata::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UserStorageMetadata
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn storage_utilized_in_bytes(self, input: i64) -> Self
pub fn storage_utilized_in_bytes(self, input: i64) -> Self
The amount of storage used, in bytes.
sourcepub fn set_storage_utilized_in_bytes(self, input: Option<i64>) -> Self
pub fn set_storage_utilized_in_bytes(self, input: Option<i64>) -> Self
The amount of storage used, in bytes.
sourcepub fn storage_rule(self, input: StorageRuleType) -> Self
pub fn storage_rule(self, input: StorageRuleType) -> Self
The storage for a user.
sourcepub fn set_storage_rule(self, input: Option<StorageRuleType>) -> Self
pub fn set_storage_rule(self, input: Option<StorageRuleType>) -> Self
The storage for a user.
sourcepub fn build(self) -> UserStorageMetadata
pub fn build(self) -> UserStorageMetadata
Consumes the builder and constructs a UserStorageMetadata
.