Interface ListAnnotationStoreVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAnnotationStoreVersionsRequest.Builder,ListAnnotationStoreVersionsRequest>,OmicsRequest.Builder,SdkBuilder<ListAnnotationStoreVersionsRequest.Builder,ListAnnotationStoreVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAnnotationStoreVersionsRequest
public static interface ListAnnotationStoreVersionsRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListAnnotationStoreVersionsRequest.Builder,ListAnnotationStoreVersionsRequest>
-
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
ListAnnotationStoreVersionsRequest.Builder name(String name)
The name of an annotation store.
- Parameters:
name- The name of an annotation store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAnnotationStoreVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of annotation store versions to return in one page of results.
- Parameters:
maxResults- The maximum number of annotation store versions to return in one page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAnnotationStoreVersionsRequest.Builder nextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specifies 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
ListAnnotationStoreVersionsRequest.Builder filter(ListAnnotationStoreVersionsFilter filter)
A filter to apply to the list of annotation store versions.
- Parameters:
filter- A filter to apply to the list of annotation store versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
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.Builderavoiding the need to create one manually viaListAnnotationStoreVersionsFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(ListAnnotationStoreVersionsFilter).- Parameters:
filter- a consumer that will call methods onListAnnotationStoreVersionsFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filter(ListAnnotationStoreVersionsFilter)
-
overrideConfiguration
ListAnnotationStoreVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAnnotationStoreVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-