Struct aws_sdk_workmail::input::create_organization_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateOrganizationInput
Implementations
The AWS Directory Service directory ID.
The AWS Directory Service directory ID.
The idempotency token associated with the request.
The idempotency token associated with the request.
Appends an item to domains
.
To override the contents of this collection use set_domains
.
The email domains to associate with the organization.
The email domains to associate with the organization.
The Amazon Resource Name (ARN) of a customer managed master key from AWS KMS.
The Amazon Resource Name (ARN) of a customer managed master key from AWS KMS.
When true
, allows organization interoperability between Amazon WorkMail and Microsoft Exchange. Can only be set to true
if an AD Connector directory ID is included in the request.
When true
, allows organization interoperability between Amazon WorkMail and Microsoft Exchange. Can only be set to true
if an AD Connector directory ID is included in the request.
Consumes the builder and constructs a CreateOrganizationInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more