public static interface ListResourceSharePermissionsResponse.Builder extends RamResponse.Builder, SdkPojo, CopyableBuilder<ListResourceSharePermissionsResponse.Builder,ListResourceSharePermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListResourceSharePermissionsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListResourceSharePermissionsResponse.Builder |
permissions(Collection<ResourceSharePermissionSummary> permissions)
The permissions associated with the resource share.
|
ListResourceSharePermissionsResponse.Builder |
permissions(Consumer<ResourceSharePermissionSummary.Builder>... permissions)
The permissions associated with the resource share.
|
ListResourceSharePermissionsResponse.Builder |
permissions(ResourceSharePermissionSummary... permissions)
The permissions associated with the resource share.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourceSharePermissionsResponse.Builder permissions(Collection<ResourceSharePermissionSummary> permissions)
The permissions associated with the resource share.
permissions - The permissions associated with the resource share.ListResourceSharePermissionsResponse.Builder permissions(ResourceSharePermissionSummary... permissions)
The permissions associated with the resource share.
permissions - The permissions associated with the resource share.ListResourceSharePermissionsResponse.Builder permissions(Consumer<ResourceSharePermissionSummary.Builder>... permissions)
The permissions associated with the resource share.
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 #permissions(List) .permissions - a consumer that will call methods on List.Builder #permissions(List) ListResourceSharePermissionsResponse.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 © 2021. All rights reserved.