public static interface RemovePermissionResponse.Builder extends CodeGuruProfilerResponse.Builder, SdkPojo, CopyableBuilder<RemovePermissionResponse.Builder,RemovePermissionResponse>
| Modifier and Type | Method and Description |
|---|---|
RemovePermissionResponse.Builder |
policy(String policy)
The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.
|
RemovePermissionResponse.Builder |
revisionId(String revisionId)
A universally unique identifier (UUID) for the revision of the resource-based policy after the specified
permissions were removed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemovePermissionResponse.Builder policy(String policy)
The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.
policy - The JSON-formatted resource-based policy on the profiling group after the specified permissions were
removed.RemovePermissionResponse.Builder revisionId(String revisionId)
A universally unique identifier (UUID) for the revision of the resource-based policy after the specified
permissions were removed. The updated JSON-formatted policy is in the policy element of the
response.
revisionId - A universally unique identifier (UUID) for the revision of the resource-based policy after the
specified permissions were removed. The updated JSON-formatted policy is in the policy
element of the response.Copyright © 2023. All rights reserved.