public static interface ListAnnotationStoreVersionsResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<ListAnnotationStoreVersionsResponse.Builder,ListAnnotationStoreVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationStoreVersionsResponse.Builder |
annotationStoreVersions(AnnotationStoreVersionItem... annotationStoreVersions)
Lists all versions of an annotation store.
|
ListAnnotationStoreVersionsResponse.Builder |
annotationStoreVersions(Collection<AnnotationStoreVersionItem> annotationStoreVersions)
Lists all versions of an annotation store.
|
ListAnnotationStoreVersionsResponse.Builder |
annotationStoreVersions(Consumer<AnnotationStoreVersionItem.Builder>... annotationStoreVersions)
Lists all versions of an annotation store.
|
ListAnnotationStoreVersionsResponse.Builder |
nextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnnotationStoreVersionsResponse.Builder annotationStoreVersions(Collection<AnnotationStoreVersionItem> annotationStoreVersions)
Lists all versions of an annotation store.
annotationStoreVersions - Lists all versions of an annotation store.ListAnnotationStoreVersionsResponse.Builder annotationStoreVersions(AnnotationStoreVersionItem... annotationStoreVersions)
Lists all versions of an annotation store.
annotationStoreVersions - Lists all versions of an annotation store.ListAnnotationStoreVersionsResponse.Builder annotationStoreVersions(Consumer<AnnotationStoreVersionItem.Builder>... annotationStoreVersions)
Lists all versions of an annotation store.
This is a convenience method that creates an instance of theAnnotationStoreVersionItem.Builder avoiding the need to
create one manually via
AnnotationStoreVersionItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #annotationStoreVersions(List.
annotationStoreVersions - a consumer that will call methods on
AnnotationStoreVersionItem.Builder#annotationStoreVersions(java.util.Collection) ListAnnotationStoreVersionsResponse.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.