public static interface ListMailboxExportJobsResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<ListMailboxExportJobsResponse.Builder,ListMailboxExportJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMailboxExportJobsResponse.Builder |
jobs(Collection<MailboxExportJob> jobs)
The mailbox export job details.
|
ListMailboxExportJobsResponse.Builder |
jobs(Consumer<MailboxExportJob.Builder>... jobs)
The mailbox export job details.
|
ListMailboxExportJobsResponse.Builder |
jobs(MailboxExportJob... jobs)
The mailbox export job details.
|
ListMailboxExportJobsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMailboxExportJobsResponse.Builder jobs(Collection<MailboxExportJob> jobs)
The mailbox export job details.
jobs - The mailbox export job details.ListMailboxExportJobsResponse.Builder jobs(MailboxExportJob... jobs)
The mailbox export job details.
jobs - The mailbox export job details.ListMailboxExportJobsResponse.Builder jobs(Consumer<MailboxExportJob.Builder>... jobs)
The mailbox export job details.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #jobs(List) .jobs - a consumer that will call methods on List.Builder #jobs(List) ListMailboxExportJobsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken - The token to use to retrieve the next page of results.Copyright © 2022. All rights reserved.