public static interface PutPermissionResponse.Builder extends CodeGuruProfilerResponse.Builder, SdkPojo, CopyableBuilder<PutPermissionResponse.Builder,PutPermissionResponse>
Modifier and Type | Method and Description |
---|---|
PutPermissionResponse.Builder |
policy(String policy)
The JSON-formatted resource-based policy on the profiling group that includes the added permissions.
|
PutPermissionResponse.Builder |
revisionId(String revisionId)
A universally unique identifier (UUID) for the revision of the resource-based policy that includes the added
permissions.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutPermissionResponse.Builder policy(String policy)
The JSON-formatted resource-based policy on the profiling group that includes the added permissions.
policy
- The JSON-formatted resource-based policy on the profiling group that includes the added permissions.PutPermissionResponse.Builder revisionId(String revisionId)
A universally unique identifier (UUID) for the revision of the resource-based policy that includes the added
permissions. The 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 that includes the
added permissions. The JSON-formatted policy is in the policy
element of the response.