public static interface GetResourceSharesResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<GetResourceSharesResponse.Builder,GetResourceSharesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetResourceSharesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetResourceSharesResponse.Builder |
resourceShares(Collection<ResourceShare> resourceShares)
Information about the resource shares.
|
GetResourceSharesResponse.Builder |
resourceShares(Consumer<ResourceShare.Builder>... resourceShares)
Information about the resource shares.
|
GetResourceSharesResponse.Builder |
resourceShares(ResourceShare... resourceShares)
Information about the resource shares.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetResourceSharesResponse.Builder resourceShares(Collection<ResourceShare> resourceShares)
Information about the resource shares.
resourceShares - Information about the resource shares.GetResourceSharesResponse.Builder resourceShares(ResourceShare... resourceShares)
Information about the resource shares.
resourceShares - Information about the resource shares.GetResourceSharesResponse.Builder resourceShares(Consumer<ResourceShare.Builder>... resourceShares)
Information about the resource shares.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #resourceShares(List) .resourceShares - a consumer that will call methods on List.Builder #resourceShares(List) GetResourceSharesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.