Interface ListAnnotationImportJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAnnotationImportJobsResponse.Builder,ListAnnotationImportJobsResponse>,OmicsResponse.Builder,SdkBuilder<ListAnnotationImportJobsResponse.Builder,ListAnnotationImportJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAnnotationImportJobsResponse
public static interface ListAnnotationImportJobsResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<ListAnnotationImportJobsResponse.Builder,ListAnnotationImportJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnnotationImportJobsResponse.BuilderannotationImportJobs(Collection<AnnotationImportJobItem> annotationImportJobs)A list of jobs.ListAnnotationImportJobsResponse.BuilderannotationImportJobs(Consumer<AnnotationImportJobItem.Builder>... annotationImportJobs)A list of jobs.ListAnnotationImportJobsResponse.BuilderannotationImportJobs(AnnotationImportJobItem... annotationImportJobs)A list of jobs.ListAnnotationImportJobsResponse.BuildernextToken(String nextToken)Specifies the pagination token from a previous request to retrieve the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
annotationImportJobs
ListAnnotationImportJobsResponse.Builder annotationImportJobs(Collection<AnnotationImportJobItem> annotationImportJobs)
A list of jobs.
- Parameters:
annotationImportJobs- A list of jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
annotationImportJobs
ListAnnotationImportJobsResponse.Builder annotationImportJobs(AnnotationImportJobItem... annotationImportJobs)
A list of jobs.
- Parameters:
annotationImportJobs- A list of jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
annotationImportJobs
ListAnnotationImportJobsResponse.Builder annotationImportJobs(Consumer<AnnotationImportJobItem.Builder>... annotationImportJobs)
A list of jobs.
This is a convenience method that creates an instance of theAnnotationImportJobItem.Builderavoiding the need to create one manually viaAnnotationImportJobItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#annotationImportJobs(List.) - Parameters:
annotationImportJobs- a consumer that will call methods onAnnotationImportJobItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#annotationImportJobs(java.util.Collection)
-
nextToken
ListAnnotationImportJobsResponse.Builder nextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specifies the pagination token from a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-