public static interface DescribeMailboxExportJobResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<DescribeMailboxExportJobResponse.Builder,DescribeMailboxExportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMailboxExportJobResponse.Builder |
description(String description)
The mailbox export job description.
|
DescribeMailboxExportJobResponse.Builder |
endTime(Instant endTime)
The mailbox export job end timestamp.
|
DescribeMailboxExportJobResponse.Builder |
entityId(String entityId)
The identifier of the user or resource associated with the mailbox.
|
DescribeMailboxExportJobResponse.Builder |
errorInfo(String errorInfo)
Error information for failed mailbox export jobs.
|
DescribeMailboxExportJobResponse.Builder |
estimatedProgress(Integer estimatedProgress)
The estimated progress of the mailbox export job, in percentage points.
|
DescribeMailboxExportJobResponse.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the
exported mailbox content.
|
DescribeMailboxExportJobResponse.Builder |
roleArn(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.
|
DescribeMailboxExportJobResponse.Builder |
s3BucketName(String s3BucketName)
The name of the S3 bucket.
|
DescribeMailboxExportJobResponse.Builder |
s3Path(String s3Path)
The path to the S3 bucket and file that the mailbox export job is exporting to.
|
DescribeMailboxExportJobResponse.Builder |
s3Prefix(String s3Prefix)
The S3 bucket prefix.
|
DescribeMailboxExportJobResponse.Builder |
startTime(Instant startTime)
The mailbox export job start timestamp.
|
DescribeMailboxExportJobResponse.Builder |
state(MailboxExportJobState state)
The state of the mailbox export job.
|
DescribeMailboxExportJobResponse.Builder |
state(String state)
The state of the mailbox export job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMailboxExportJobResponse.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.DescribeMailboxExportJobResponse.Builder description(String description)
The mailbox export job description.
description - The mailbox export job description.DescribeMailboxExportJobResponse.Builder roleArn(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.
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.DescribeMailboxExportJobResponse.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.
kmsKeyArn - The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts
the exported mailbox content.DescribeMailboxExportJobResponse.Builder s3BucketName(String s3BucketName)
The name of the S3 bucket.
s3BucketName - The name of the S3 bucket.DescribeMailboxExportJobResponse.Builder s3Prefix(String s3Prefix)
The S3 bucket prefix.
s3Prefix - The S3 bucket prefix.DescribeMailboxExportJobResponse.Builder s3Path(String s3Path)
The path to the S3 bucket and file that the mailbox export job is exporting to.
s3Path - The path to the S3 bucket and file that the mailbox export job is exporting to.DescribeMailboxExportJobResponse.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.DescribeMailboxExportJobResponse.Builder state(String state)
The state of the mailbox export job.
state - The state of the mailbox export job.MailboxExportJobState,
MailboxExportJobStateDescribeMailboxExportJobResponse.Builder state(MailboxExportJobState state)
The state of the mailbox export job.
state - The state of the mailbox export job.MailboxExportJobState,
MailboxExportJobStateDescribeMailboxExportJobResponse.Builder errorInfo(String errorInfo)
Error information for failed mailbox export jobs.
errorInfo - Error information for failed mailbox export jobs.DescribeMailboxExportJobResponse.Builder startTime(Instant startTime)
The mailbox export job start timestamp.
startTime - The mailbox export job start timestamp.DescribeMailboxExportJobResponse.Builder endTime(Instant endTime)
The mailbox export job end timestamp.
endTime - The mailbox export job end timestamp.Copyright © 2022. All rights reserved.