Struct aws_sdk_workmail::model::mailbox_export_job::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MailboxExportJob
Implementations
The identifier of the mailbox export job.
The identifier of the user or resource associated with the mailbox.
The identifier of the user or resource associated with the mailbox.
The mailbox export job description.
The mailbox export job description.
The name of the S3 bucket.
The name of the S3 bucket.
The path to the S3 bucket and file that the mailbox export job exports to.
The path to the S3 bucket and file that the mailbox export job exports to.
The estimated progress of the mailbox export job, in percentage points.
The estimated progress of the mailbox export job, in percentage points.
The state of the mailbox export job.
The state of the mailbox export job.
The mailbox export job start timestamp.
The mailbox export job start timestamp.
The mailbox export job end timestamp.
Consumes the builder and constructs a MailboxExportJob
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