public static interface ListPermissionsResponse.Builder extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<ListPermissionsResponse.Builder,ListPermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPermissionsResponse.Builder |
nextToken(String nextToken)
The token to use in a subsequent
ListPermissions operation to return the next set of results. |
ListPermissionsResponse.Builder |
permissions(Collection<PermissionEntry> permissions)
The permissions returned by the operation.
|
ListPermissionsResponse.Builder |
permissions(Consumer<PermissionEntry.Builder>... permissions)
The permissions returned by the operation.
|
ListPermissionsResponse.Builder |
permissions(PermissionEntry... permissions)
The permissions returned by the operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPermissionsResponse.Builder nextToken(String nextToken)
The token to use in a subsequent ListPermissions operation to return the next set of results.
nextToken - The token to use in a subsequent ListPermissions operation to return the next set of
results.ListPermissionsResponse.Builder permissions(Collection<PermissionEntry> permissions)
The permissions returned by the operation.
permissions - The permissions returned by the operation.ListPermissionsResponse.Builder permissions(PermissionEntry... permissions)
The permissions returned by the operation.
permissions - The permissions returned by the operation.ListPermissionsResponse.Builder permissions(Consumer<PermissionEntry.Builder>... permissions)
The permissions returned by the operation.
This is a convenience method that creates an instance of thePermissionEntry.Builder avoiding the need to create one
manually via PermissionEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #permissions(List.
permissions - a consumer that will call methods on
PermissionEntry.Builder#permissions(java.util.Collection) Copyright © 2023. All rights reserved.