Struct aws_sdk_networkmanager::model::account_status::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AccountStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The ID of an account within the Amazon Web Services Organization.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The ID of an account within the Amazon Web Services Organization.
sourcepub fn slr_deployment_status(self, input: impl Into<String>) -> Self
pub fn slr_deployment_status(self, input: impl Into<String>) -> Self
The status of SLR deployment for the account.
sourcepub fn set_slr_deployment_status(self, input: Option<String>) -> Self
pub fn set_slr_deployment_status(self, input: Option<String>) -> Self
The status of SLR deployment for the account.
sourcepub fn build(self) -> AccountStatus
pub fn build(self) -> AccountStatus
Consumes the builder and constructs a AccountStatus
.