public static interface ListImportJobsResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListImportJobsResponse.Builder,ListImportJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListImportJobsResponse.Builder |
importJobs(Collection<ImportJobSummary> importJobs)
A list of the import job summaries.
|
ListImportJobsResponse.Builder |
importJobs(Consumer<ImportJobSummary.Builder>... importJobs)
A list of the import job summaries.
|
ListImportJobsResponse.Builder |
importJobs(ImportJobSummary... importJobs)
A list of the import job summaries.
|
ListImportJobsResponse.Builder |
nextToken(String nextToken)
A string token indicating that there might be additional import jobs available to be listed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImportJobsResponse.Builder importJobs(Collection<ImportJobSummary> importJobs)
A list of the import job summaries.
importJobs - A list of the import job summaries.ListImportJobsResponse.Builder importJobs(ImportJobSummary... importJobs)
A list of the import job summaries.
importJobs - A list of the import job summaries.ListImportJobsResponse.Builder importJobs(Consumer<ImportJobSummary.Builder>... importJobs)
A list of the import job summaries.
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 #importJobs(List) .importJobs - a consumer that will call methods on List.Builder #importJobs(List) ListImportJobsResponse.Builder nextToken(String nextToken)
A string token indicating that there might be additional import jobs available to be listed. Copy this token
to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of
import jobs.
nextToken - A string token indicating that there might be additional import jobs available to be listed. Copy this
token to a subsequent call to ListImportJobs with the same parameters to retrieve the
next page of import jobs.Copyright © 2022. All rights reserved.