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