Interface ListAnnotationStoresRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAnnotationStoresRequest.Builder,ListAnnotationStoresRequest>,OmicsRequest.Builder,SdkBuilder<ListAnnotationStoresRequest.Builder,ListAnnotationStoresRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAnnotationStoresRequest
public static interface ListAnnotationStoresRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListAnnotationStoresRequest.Builder,ListAnnotationStoresRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.omics.model.OmicsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ids
ListAnnotationStoresRequest.Builder ids(Collection<String> ids)
IDs of stores to list.
- Parameters:
ids- IDs of stores to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ids
ListAnnotationStoresRequest.Builder ids(String... ids)
IDs of stores to list.
- Parameters:
ids- IDs of stores to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAnnotationStoresRequest.Builder maxResults(Integer maxResults)
The maximum number of stores to return in one page of results.
- Parameters:
maxResults- The maximum number of stores to return in one page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAnnotationStoresRequest.Builder nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specify the pagination token from a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
ListAnnotationStoresRequest.Builder filter(ListAnnotationStoresFilter filter)
A filter to apply to the list.
- Parameters:
filter- A filter to apply to the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
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.Builderavoiding the need to create one manually viaListAnnotationStoresFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(ListAnnotationStoresFilter).- Parameters:
filter- a consumer that will call methods onListAnnotationStoresFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filter(ListAnnotationStoresFilter)
-
overrideConfiguration
ListAnnotationStoresRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAnnotationStoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-