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