Interface ListSharesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSharesRequest.Builder,ListSharesRequest>,OmicsRequest.Builder,SdkBuilder<ListSharesRequest.Builder,ListSharesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSharesRequest
public static interface ListSharesRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListSharesRequest.Builder,ListSharesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListSharesRequest.Builderfilter(Consumer<Filter.Builder> filter)Attributes used to filter for a specific subset of shares.ListSharesRequest.Builderfilter(Filter filter)Attributes used to filter for a specific subset of shares.ListSharesRequest.BuildermaxResults(Integer maxResults)The maximum number of shares to return in one page of results.ListSharesRequest.BuildernextToken(String nextToken)Next token returned in the response of a previous ListReadSetUploadPartsRequest call.ListSharesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSharesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSharesRequest.BuilderresourceOwner(String resourceOwner)The account that owns the analytics store shared.ListSharesRequest.BuilderresourceOwner(ResourceOwner resourceOwner)The account that owns the analytics store shared.-
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
-
resourceOwner
ListSharesRequest.Builder resourceOwner(String resourceOwner)
The account that owns the analytics store shared.
- Parameters:
resourceOwner- The account that owns the analytics store shared.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceOwner,ResourceOwner
-
resourceOwner
ListSharesRequest.Builder resourceOwner(ResourceOwner resourceOwner)
The account that owns the analytics store shared.
- Parameters:
resourceOwner- The account that owns the analytics store shared.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceOwner,ResourceOwner
-
filter
ListSharesRequest.Builder filter(Filter filter)
Attributes used to filter for a specific subset of shares.
- Parameters:
filter- Attributes used to filter for a specific subset of shares.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
default ListSharesRequest.Builder filter(Consumer<Filter.Builder> filter)
Attributes used to filter for a specific subset of shares.
This is a convenience method that creates an instance of theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(Filter).- Parameters:
filter- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filter(Filter)
-
nextToken
ListSharesRequest.Builder nextToken(String nextToken)
Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
- Parameters:
nextToken- Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListSharesRequest.Builder maxResults(Integer maxResults)
The maximum number of shares to return in one page of results.
- Parameters:
maxResults- The maximum number of shares to return in one page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-