pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateOrganizationConfigurationInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn auto_enable(self, input: bool) -> Self
pub fn auto_enable(self, input: bool) -> Self
Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations.
sourcepub fn set_auto_enable(self, input: Option<bool>) -> Self
pub fn set_auto_enable(self, input: Option<bool>) -> Self
Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations.
sourcepub fn build(self) -> Result<UpdateOrganizationConfigurationInput, BuildError>
pub fn build(self) -> Result<UpdateOrganizationConfigurationInput, BuildError>
Consumes the builder and constructs a UpdateOrganizationConfigurationInput
.