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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListImportJobsResponse.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 theImportJobSummary.Builder
avoiding the need to create one
manually via ImportJobSummary.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately
and its result is passed to #importJobs(List
.
importJobs
- a consumer that will call methods on
ImportJobSummary.Builder
#importJobs(java.util.Collection)
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 © 2023. All rights reserved.