public static interface ListVariantStoresResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<ListVariantStoresResponse.Builder,ListVariantStoresResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVariantStoresResponse.Builder |
nextToken(String nextToken)
A pagination token that's included if more results are available.
|
ListVariantStoresResponse.Builder |
variantStores(Collection<VariantStoreItem> variantStores)
A list of variant stores.
|
ListVariantStoresResponse.Builder |
variantStores(Consumer<VariantStoreItem.Builder>... variantStores)
A list of variant stores.
|
ListVariantStoresResponse.Builder |
variantStores(VariantStoreItem... variantStores)
A list of variant stores.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVariantStoresResponse.Builder variantStores(Collection<VariantStoreItem> variantStores)
A list of variant stores.
variantStores - A list of variant stores.ListVariantStoresResponse.Builder variantStores(VariantStoreItem... variantStores)
A list of variant stores.
variantStores - A list of variant stores.ListVariantStoresResponse.Builder variantStores(Consumer<VariantStoreItem.Builder>... variantStores)
A list of variant stores.
This is a convenience method that creates an instance of theVariantStoreItem.Builder avoiding the need to create one
manually via VariantStoreItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #variantStores(List.
variantStores - a consumer that will call methods on
VariantStoreItem.Builder#variantStores(java.util.Collection) ListVariantStoresResponse.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.