public static interface ListAnnotationStoresRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListAnnotationStoresRequest.Builder,ListAnnotationStoresRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnnotationStoresRequest.Builder ids(Collection<String> ids)
IDs of stores to list.
ids - IDs of stores to list.ListAnnotationStoresRequest.Builder ids(String... ids)
IDs of stores to list.
ids - IDs of stores to list.ListAnnotationStoresRequest.Builder maxResults(Integer maxResults)
The maximum number of stores to return in one page of results.
maxResults - The maximum number of stores to return in one page of results.ListAnnotationStoresRequest.Builder nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken - Specify the pagination token from a previous request to retrieve the next page of results.ListAnnotationStoresRequest.Builder filter(ListAnnotationStoresFilter filter)
A filter to apply to the list.
filter - A filter to apply to the list.default ListAnnotationStoresRequest.Builder filter(Consumer<ListAnnotationStoresFilter.Builder> filter)
A filter to apply to the list.
This is a convenience method that creates an instance of theListAnnotationStoresFilter.Builder
avoiding the need to create one manually via ListAnnotationStoresFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to filter(ListAnnotationStoresFilter).
filter - a consumer that will call methods on ListAnnotationStoresFilter.Builderfilter(ListAnnotationStoresFilter)ListAnnotationStoresRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAnnotationStoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.