Interface MailboxExportJob.Builder

    • Method Detail

      • jobId

        MailboxExportJob.Builder jobId​(String jobId)

        The identifier of the mailbox export job.

        Parameters:
        jobId - The identifier of the mailbox export job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entityId

        MailboxExportJob.Builder entityId​(String entityId)

        The identifier of the user or resource associated with the mailbox.

        Parameters:
        entityId - The identifier of the user or resource associated with the mailbox.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        MailboxExportJob.Builder description​(String description)

        The mailbox export job description.

        Parameters:
        description - The mailbox export job description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3BucketName

        MailboxExportJob.Builder s3BucketName​(String s3BucketName)

        The name of the S3 bucket.

        Parameters:
        s3BucketName - The name of the S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Path

        MailboxExportJob.Builder s3Path​(String s3Path)

        The path to the S3 bucket and file that the mailbox export job exports to.

        Parameters:
        s3Path - The path to the S3 bucket and file that the mailbox export job exports to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • estimatedProgress

        MailboxExportJob.Builder estimatedProgress​(Integer estimatedProgress)

        The estimated progress of the mailbox export job, in percentage points.

        Parameters:
        estimatedProgress - The estimated progress of the mailbox export job, in percentage points.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        MailboxExportJob.Builder startTime​(Instant startTime)

        The mailbox export job start timestamp.

        Parameters:
        startTime - The mailbox export job start timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        MailboxExportJob.Builder endTime​(Instant endTime)

        The mailbox export job end timestamp.

        Parameters:
        endTime - The mailbox export job end timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.