public static interface ListAnnotationStoresResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<ListAnnotationStoresResponse.Builder,ListAnnotationStoresResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationStoresResponse.Builder |
annotationStores(AnnotationStoreItem... annotationStores)
A list of stores.
|
ListAnnotationStoresResponse.Builder |
annotationStores(Collection<AnnotationStoreItem> annotationStores)
A list of stores.
|
ListAnnotationStoresResponse.Builder |
annotationStores(Consumer<AnnotationStoreItem.Builder>... annotationStores)
A list of stores.
|
ListAnnotationStoresResponse.Builder |
nextToken(String nextToken)
A pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnnotationStoresResponse.Builder annotationStores(Collection<AnnotationStoreItem> annotationStores)
A list of stores.
annotationStores - A list of stores.ListAnnotationStoresResponse.Builder annotationStores(AnnotationStoreItem... annotationStores)
A list of stores.
annotationStores - A list of stores.ListAnnotationStoresResponse.Builder annotationStores(Consumer<AnnotationStoreItem.Builder>... annotationStores)
A list of stores.
This is a convenience method that creates an instance of theAnnotationStoreItem.Builder avoiding the need to create
one manually via AnnotationStoreItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #annotationStores(List.
annotationStores - a consumer that will call methods on
AnnotationStoreItem.Builder#annotationStores(java.util.Collection) ListAnnotationStoresResponse.Builder nextToken(String nextToken)
A pagination token that's included if more results are available.
nextToken - A pagination token that's included if more results are available.Copyright © 2023. All rights reserved.