public static interface ListSharesResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<ListSharesResponse.Builder,ListSharesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSharesResponse.Builder |
nextToken(String nextToken)
Next token returned in the response of a previous ListSharesResponse call.
|
ListSharesResponse.Builder |
shares(Collection<ShareDetails> shares)
The shares available and their meta details.
|
ListSharesResponse.Builder |
shares(Consumer<ShareDetails.Builder>... shares)
The shares available and their meta details.
|
ListSharesResponse.Builder |
shares(ShareDetails... shares)
The shares available and their meta details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSharesResponse.Builder shares(Collection<ShareDetails> shares)
The shares available and their meta details.
shares - The shares available and their meta details.ListSharesResponse.Builder shares(ShareDetails... shares)
The shares available and their meta details.
shares - The shares available and their meta details.ListSharesResponse.Builder shares(Consumer<ShareDetails.Builder>... shares)
The shares available and their meta details.
This is a convenience method that creates an instance of theShareDetails.Builder avoiding the need to create one
manually via ShareDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #shares(List.
shares - a consumer that will call methods on
ShareDetails.Builder#shares(java.util.Collection) ListSharesResponse.Builder nextToken(String nextToken)
Next token returned in the response of a previous ListSharesResponse call. Used to get the next page of results.
nextToken - Next token returned in the response of a previous ListSharesResponse call. Used to get the next page
of results.Copyright © 2023. All rights reserved.