public static interface ListAnnotationImportJobsResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<ListAnnotationImportJobsResponse.Builder,ListAnnotationImportJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationImportJobsResponse.Builder |
annotationImportJobs(AnnotationImportJobItem... annotationImportJobs)
A list of jobs.
|
ListAnnotationImportJobsResponse.Builder |
annotationImportJobs(Collection<AnnotationImportJobItem> annotationImportJobs)
A list of jobs.
|
ListAnnotationImportJobsResponse.Builder |
annotationImportJobs(Consumer<AnnotationImportJobItem.Builder>... annotationImportJobs)
A list of jobs.
|
ListAnnotationImportJobsResponse.Builder |
nextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnnotationImportJobsResponse.Builder annotationImportJobs(Collection<AnnotationImportJobItem> annotationImportJobs)
A list of jobs.
annotationImportJobs - A list of jobs.ListAnnotationImportJobsResponse.Builder annotationImportJobs(AnnotationImportJobItem... annotationImportJobs)
A list of jobs.
annotationImportJobs - A list of jobs.ListAnnotationImportJobsResponse.Builder annotationImportJobs(Consumer<AnnotationImportJobItem.Builder>... annotationImportJobs)
A list of jobs.
This is a convenience method that creates an instance of theAnnotationImportJobItem.Builder avoiding the need to
create one manually via AnnotationImportJobItem.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #annotationImportJobs(List.
annotationImportJobs - a consumer that will call methods on
AnnotationImportJobItem.Builder#annotationImportJobs(java.util.Collection) ListAnnotationImportJobsResponse.Builder nextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
nextToken - Specifies the pagination token from a previous request to retrieve the next page of results.Copyright © 2023. All rights reserved.