Interface ListVariantStoresResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListVariantStoresResponse.Builder,,- ListVariantStoresResponse> - OmicsResponse.Builder,- SdkBuilder<ListVariantStoresResponse.Builder,,- ListVariantStoresResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListVariantStoresResponse
@Mutable
@NotThreadSafe
public static interface ListVariantStoresResponse.Builder
extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<ListVariantStoresResponse.Builder,ListVariantStoresResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionA pagination token that's included if more results are available.variantStores(Collection<VariantStoreItem> variantStores) A list of variant stores.variantStores(Consumer<VariantStoreItem.Builder>... variantStores) A list of variant stores.variantStores(VariantStoreItem... variantStores) A list of variant stores.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.omics.model.OmicsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
variantStoresA list of variant stores. - Parameters:
- variantStores- A list of variant stores.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
variantStoresA list of variant stores. - Parameters:
- variantStores- A list of variant stores.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
variantStoresListVariantStoresResponse.Builder variantStores(Consumer<VariantStoreItem.Builder>... variantStores) A list of variant stores. This is a convenience method that creates an instance of theVariantStoreItem.Builderavoiding the need to create one manually viaVariantStoreItem.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovariantStores(List<VariantStoreItem>).- Parameters:
- variantStores- a consumer that will call methods on- VariantStoreItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA pagination token that's included if more results are available. - Parameters:
- nextToken- A pagination token that's included if more results are available.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-