@Generated(value="software.amazon.awssdk:codegen") public final class MailboxExportJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MailboxExportJob.Builder,MailboxExportJob>
The details of a mailbox export job, including the user or resource ID associated with the mailbox and the S3 bucket that the mailbox contents are exported to.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MailboxExportJob.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MailboxExportJob.Builder |
builder() |
String |
description()
The mailbox export job description.
|
Instant |
endTime()
The mailbox export job end timestamp.
|
String |
entityId()
The identifier of the user or resource associated with the mailbox.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
estimatedProgress()
The estimated progress of the mailbox export job, in percentage points.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The identifier of the mailbox export job.
|
String |
s3BucketName()
The name of the S3 bucket.
|
String |
s3Path()
The path to the S3 bucket and file that the mailbox export job exports to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MailboxExportJob.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The mailbox export job start timestamp.
|
MailboxExportJobState |
state()
The state of the mailbox export job.
|
String |
stateAsString()
The state of the mailbox export job.
|
MailboxExportJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String jobId()
The identifier of the mailbox export job.
public String entityId()
The identifier of the user or resource associated with the mailbox.
public String description()
The mailbox export job description.
public String s3BucketName()
The name of the S3 bucket.
public String s3Path()
The path to the S3 bucket and file that the mailbox export job exports to.
public Integer estimatedProgress()
The estimated progress of the mailbox export job, in percentage points.
public MailboxExportJobState state()
The state of the mailbox export job.
If the service returns an enum value that is not available in the current SDK version, state will return
MailboxExportJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
MailboxExportJobStatepublic String stateAsString()
The state of the mailbox export job.
If the service returns an enum value that is not available in the current SDK version, state will return
MailboxExportJobState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
MailboxExportJobStatepublic Instant startTime()
The mailbox export job start timestamp.
public Instant endTime()
The mailbox export job end timestamp.
public MailboxExportJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MailboxExportJob.Builder,MailboxExportJob>public static MailboxExportJob.Builder builder()
public static Class<? extends MailboxExportJob.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.