public static interface ListAnnotationStoreVersionsRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListAnnotationStoreVersionsRequest.Builder,ListAnnotationStoreVersionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnnotationStoreVersionsRequest.Builder name(String name)
The name of an annotation store.
name - The name of an annotation store.ListAnnotationStoreVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of annotation store versions to return in one page of results.
maxResults - The maximum number of annotation store versions to return in one page of results.ListAnnotationStoreVersionsRequest.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.ListAnnotationStoreVersionsRequest.Builder filter(ListAnnotationStoreVersionsFilter filter)
A filter to apply to the list of annotation store versions.
filter - A filter to apply to the list of annotation store versions.default ListAnnotationStoreVersionsRequest.Builder filter(Consumer<ListAnnotationStoreVersionsFilter.Builder> filter)
A filter to apply to the list of annotation store versions.
This is a convenience method that creates an instance of theListAnnotationStoreVersionsFilter.Builder avoiding the need to create one manually via
ListAnnotationStoreVersionsFilter.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to filter(ListAnnotationStoreVersionsFilter).
filter - a consumer that will call methods on ListAnnotationStoreVersionsFilter.Builderfilter(ListAnnotationStoreVersionsFilter)ListAnnotationStoreVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAnnotationStoreVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.