@Generated(value="software.amazon.awssdk:codegen") public final class StartMailboxExportJobRequest extends WorkMailRequest implements ToCopyableBuilder<StartMailboxExportJobRequest.Builder,StartMailboxExportJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartMailboxExportJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartMailboxExportJobRequest.Builder |
builder() |
String |
clientToken()
The idempotency token for the client request.
|
String |
description()
The mailbox export job description.
|
String |
entityId()
The identifier of the user or resource associated with the mailbox.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyArn()
The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the
exported mailbox content.
|
String |
organizationId()
The identifier associated with the organization.
|
String |
roleArn()
The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the S3 bucket.
|
String |
s3BucketName()
The name of the S3 bucket.
|
String |
s3Prefix()
The S3 bucket prefix.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartMailboxExportJobRequest.Builder> |
serializableBuilderClass() |
StartMailboxExportJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
The idempotency token for the client request.
public final String organizationId()
The identifier associated with the organization.
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
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
public final String description()
The mailbox export job description.
public final String roleArn()
The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the S3 bucket.
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.
public final String s3BucketName()
The name of the S3 bucket.
public final String s3Prefix()
The S3 bucket prefix.
public StartMailboxExportJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartMailboxExportJobRequest.Builder,StartMailboxExportJobRequest>toBuilder in class WorkMailRequestpublic static StartMailboxExportJobRequest.Builder builder()
public static Class<? extends StartMailboxExportJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.