Struct aws_sdk_databasemigration::model::account_quota::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AccountQuota
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn account_quota_name(self, input: impl Into<String>) -> Self
pub fn account_quota_name(self, input: impl Into<String>) -> Self
The name of the DMS quota for this Amazon Web Services account.
sourcepub fn set_account_quota_name(self, input: Option<String>) -> Self
pub fn set_account_quota_name(self, input: Option<String>) -> Self
The name of the DMS quota for this Amazon Web Services account.
sourcepub fn set_used(self, input: Option<i64>) -> Self
pub fn set_used(self, input: Option<i64>) -> Self
The amount currently used toward the quota maximum.
sourcepub fn build(self) -> AccountQuota
pub fn build(self) -> AccountQuota
Consumes the builder and constructs a AccountQuota
.