public static interface ListSharesRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListSharesRequest.Builder,ListSharesRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListSharesRequest.Builder |
filter(Consumer<Filter.Builder> filter)
Attributes used to filter for a specific subset of shares.
|
ListSharesRequest.Builder |
filter(Filter filter)
Attributes used to filter for a specific subset of shares.
|
ListSharesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of shares to return in one page of results.
|
ListSharesRequest.Builder |
nextToken(String nextToken)
Next token returned in the response of a previous ListReadSetUploadPartsRequest call.
|
ListSharesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSharesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSharesRequest.Builder |
resourceOwner(ResourceOwner resourceOwner)
The account that owns the analytics store shared.
|
ListSharesRequest.Builder |
resourceOwner(String resourceOwner)
The account that owns the analytics store shared.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSharesRequest.Builder resourceOwner(String resourceOwner)
The account that owns the analytics store shared.
resourceOwner - The account that owns the analytics store shared.ResourceOwner,
ResourceOwnerListSharesRequest.Builder resourceOwner(ResourceOwner resourceOwner)
The account that owns the analytics store shared.
resourceOwner - The account that owns the analytics store shared.ResourceOwner,
ResourceOwnerListSharesRequest.Builder filter(Filter filter)
Attributes used to filter for a specific subset of shares.
filter - Attributes used to filter for a specific subset of shares.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.Builder avoiding the need to
create one manually via Filter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to filter(Filter).
filter - a consumer that will call methods on Filter.Builderfilter(Filter)ListSharesRequest.Builder nextToken(String nextToken)
Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
nextToken - Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the
next page of results.ListSharesRequest.Builder maxResults(Integer maxResults)
The maximum number of shares to return in one page of results.
maxResults - The maximum number of shares to return in one page of results.ListSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.