pub struct Builder { /* private fields */ }
Expand description
A builder for EnableOrganizationAdminAccountInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn admin_account_id(self, input: impl Into<String>) -> Self
pub fn admin_account_id(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.
sourcepub fn set_admin_account_id(self, input: Option<String>) -> Self
pub fn set_admin_account_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
sourcepub fn build(self) -> Result<EnableOrganizationAdminAccountInput, BuildError>
pub fn build(self) -> Result<EnableOrganizationAdminAccountInput, BuildError>
Consumes the builder and constructs a EnableOrganizationAdminAccountInput
.