@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 String clientToken()
The idempotency token for the client request.
public String organizationId()
The identifier associated with the organization.
public String entityId()
The identifier of the user or resource associated with the mailbox.
public String description()
The mailbox export job description.
public String roleArn()
The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the S3 bucket.
public String kmsKeyArn()
The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.
public String s3BucketName()
The name of the S3 bucket.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.