Interface RemovePermissionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodeGuruProfilerResponse.Builder,CopyableBuilder<RemovePermissionResponse.Builder,,RemovePermissionResponse> SdkBuilder<RemovePermissionResponse.Builder,,RemovePermissionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 RemovePermissionResponse
public static interface RemovePermissionResponse.Builder
extends CodeGuruProfilerResponse.Builder, SdkPojo, CopyableBuilder<RemovePermissionResponse.Builder,RemovePermissionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.revisionId(String revisionId) A universally unique identifier (UUID) for the revision of the resource-based policy after the specified permissions were removed.Methods inherited from interface software.amazon.awssdk.services.codeguruprofiler.model.CodeGuruProfilerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
policy
The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.
- Parameters:
 policy- The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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
policyelement of the response.- Parameters:
 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 thepolicyelement of the response.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -