public static interface MailboxExportJob.Builder extends SdkPojo, CopyableBuilder<MailboxExportJob.Builder,MailboxExportJob>
| Modifier and Type | Method and Description |
|---|---|
MailboxExportJob.Builder |
description(String description)
The mailbox export job description.
|
MailboxExportJob.Builder |
endTime(Instant endTime)
The mailbox export job end timestamp.
|
MailboxExportJob.Builder |
entityId(String entityId)
The identifier of the user or resource associated with the mailbox.
|
MailboxExportJob.Builder |
estimatedProgress(Integer estimatedProgress)
The estimated progress of the mailbox export job, in percentage points.
|
MailboxExportJob.Builder |
jobId(String jobId)
The identifier of the mailbox export job.
|
MailboxExportJob.Builder |
s3BucketName(String s3BucketName)
The name of the S3 bucket.
|
MailboxExportJob.Builder |
s3Path(String s3Path)
The path to the S3 bucket and file that the mailbox export job exports to.
|
MailboxExportJob.Builder |
startTime(Instant startTime)
The mailbox export job start timestamp.
|
MailboxExportJob.Builder |
state(MailboxExportJobState state)
The state of the mailbox export job.
|
MailboxExportJob.Builder |
state(String state)
The state of the mailbox export job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMailboxExportJob.Builder jobId(String jobId)
The identifier of the mailbox export job.
jobId - The identifier of the mailbox export job.MailboxExportJob.Builder entityId(String entityId)
The identifier of the user or resource associated with the mailbox.
entityId - The identifier of the user or resource associated with the mailbox.MailboxExportJob.Builder description(String description)
The mailbox export job description.
description - The mailbox export job description.MailboxExportJob.Builder s3BucketName(String s3BucketName)
The name of the S3 bucket.
s3BucketName - The name of the S3 bucket.MailboxExportJob.Builder s3Path(String s3Path)
The path to the S3 bucket and file that the mailbox export job exports to.
s3Path - The path to the S3 bucket and file that the mailbox export job exports to.MailboxExportJob.Builder estimatedProgress(Integer estimatedProgress)
The estimated progress of the mailbox export job, in percentage points.
estimatedProgress - The estimated progress of the mailbox export job, in percentage points.MailboxExportJob.Builder state(String state)
The state of the mailbox export job.
state - The state of the mailbox export job.MailboxExportJobState,
MailboxExportJobStateMailboxExportJob.Builder state(MailboxExportJobState state)
The state of the mailbox export job.
state - The state of the mailbox export job.MailboxExportJobState,
MailboxExportJobStateMailboxExportJob.Builder startTime(Instant startTime)
The mailbox export job start timestamp.
startTime - The mailbox export job start timestamp.MailboxExportJob.Builder endTime(Instant endTime)
The mailbox export job end timestamp.
endTime - The mailbox export job end timestamp.Copyright © 2022. All rights reserved.