Class DescribeMailboxExportJobResponse

    • Method Detail

      • entityId

        public final String entityId()

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

        Returns:
        The identifier of the user or resource associated with the mailbox.
      • description

        public final String description()

        The mailbox export job description.

        Returns:
        The mailbox export job description.
      • roleArn

        public final String roleArn()

        The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple Storage Service (Amazon S3) bucket.

        Returns:
        The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple Storage Service (Amazon S3) bucket.
      • kmsKeyArn

        public final String kmsKeyArn()

        The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.

        Returns:
        The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.
      • s3BucketName

        public final String s3BucketName()

        The name of the S3 bucket.

        Returns:
        The name of the S3 bucket.
      • s3Prefix

        public final String s3Prefix()

        The S3 bucket prefix.

        Returns:
        The S3 bucket prefix.
      • s3Path

        public final String s3Path()

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

        Returns:
        The path to the S3 bucket and file that the mailbox export job is exporting to.
      • estimatedProgress

        public final Integer estimatedProgress()

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

        Returns:
        The estimated progress of the mailbox export job, in percentage points.
      • errorInfo

        public final String errorInfo()

        Error information for failed mailbox export jobs.

        Returns:
        Error information for failed mailbox export jobs.
      • startTime

        public final Instant startTime()

        The mailbox export job start timestamp.

        Returns:
        The mailbox export job start timestamp.
      • endTime

        public final Instant endTime()

        The mailbox export job end timestamp.

        Returns:
        The mailbox export job end timestamp.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object