public static interface StartMailboxExportJobRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<StartMailboxExportJobRequest.Builder,StartMailboxExportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StartMailboxExportJobRequest.Builder |
clientToken(String clientToken)
The idempotency token for the client request.
|
StartMailboxExportJobRequest.Builder |
description(String description)
The mailbox export job description.
|
StartMailboxExportJobRequest.Builder |
entityId(String entityId)
The identifier of the user or resource associated with the mailbox.
|
StartMailboxExportJobRequest.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.
|
StartMailboxExportJobRequest.Builder |
organizationId(String organizationId)
The identifier associated with the organization.
|
StartMailboxExportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMailboxExportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartMailboxExportJobRequest.Builder |
roleArn(String roleArn)
The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the S3 bucket.
|
StartMailboxExportJobRequest.Builder |
s3BucketName(String s3BucketName)
The name of the S3 bucket.
|
StartMailboxExportJobRequest.Builder |
s3Prefix(String s3Prefix)
The S3 bucket prefix.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartMailboxExportJobRequest.Builder clientToken(String clientToken)
The idempotency token for the client request.
clientToken - The idempotency token for the client request.StartMailboxExportJobRequest.Builder organizationId(String organizationId)
The identifier associated with the organization.
organizationId - The identifier associated with the organization.StartMailboxExportJobRequest.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.StartMailboxExportJobRequest.Builder description(String description)
The mailbox export job description.
description - The mailbox export job description.StartMailboxExportJobRequest.Builder roleArn(String roleArn)
The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the S3 bucket.
roleArn - The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the S3
bucket.StartMailboxExportJobRequest.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.StartMailboxExportJobRequest.Builder s3BucketName(String s3BucketName)
The name of the S3 bucket.
s3BucketName - The name of the S3 bucket.StartMailboxExportJobRequest.Builder s3Prefix(String s3Prefix)
The S3 bucket prefix.
s3Prefix - The S3 bucket prefix.StartMailboxExportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartMailboxExportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.