Class StartMailboxExportJobRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        The idempotency token for the client request.

        Returns:
        The idempotency token for the client request.
      • organizationId

        public final String organizationId()

        The identifier associated with the organization.

        Returns:
        The identifier associated with the organization.
      • entityId

        public final String entityId()

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

        The identifier can accept UserId or ResourceId, Username or Resourcename, or email. The following identity formats are available:

        • Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789 , or S-1-1-12-1234567890-123456789-123456789-1234

        • Email address: entity@domain.tld

        • Entity name: entity

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

        The identifier can accept UserId or ResourceId, Username or Resourcename, or email. The following identity formats are available:

        • Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789 , or S-1-1-12-1234567890-123456789-123456789-1234

        • Email address: entity@domain.tld

        • Entity name: entity

      • 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 S3 bucket.

        Returns:
        The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the 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.
      • 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