@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 final String jobId()
The identifier of the mailbox export job.
public final String entityId()
The identifier of the user or resource associated with the mailbox.
public final String description()
The mailbox export job description.
public final String s3BucketName()
The name of the S3 bucket.
public final String s3Path()
The path to the S3 bucket and file that the mailbox export job exports to.
public final Integer estimatedProgress()
The estimated progress of the mailbox export job, in percentage points.
public final 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 final 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 final Instant startTime()
The mailbox export job start timestamp.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.