Struct aws_sdk_macie2::input::create_member_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateMemberInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn account(self, input: AccountDetail) -> Self
pub fn account(self, input: AccountDetail) -> Self
The details of the account to associate with the administrator account.
sourcepub fn set_account(self, input: Option<AccountDetail>) -> Self
pub fn set_account(self, input: Option<AccountDetail>) -> Self
The details of the account to associate with the administrator account.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
A map of key-value pairs that specifies the tags to associate with the account in Amazon Macie.
An account can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
sourcepub fn build(self) -> Result<CreateMemberInput, BuildError>
pub fn build(self) -> Result<CreateMemberInput, BuildError>
Consumes the builder and constructs a CreateMemberInput
.