Interface PutPermissionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodeGuruProfilerResponse.Builder,CopyableBuilder<PutPermissionResponse.Builder,,PutPermissionResponse> SdkBuilder<PutPermissionResponse.Builder,,PutPermissionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 PutPermissionResponse
public static interface PutPermissionResponse.Builder
extends CodeGuruProfilerResponse.Builder, SdkPojo, CopyableBuilder<PutPermissionResponse.Builder,PutPermissionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe JSON-formatted resource-based policy on the profiling group that includes the added permissions.revisionId(String revisionId) A universally unique identifier (UUID) for the revision of the resource-based policy that includes the added permissions.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, sdkFieldNameToField, 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 that includes the added permissions.
- Parameters:
 policy- The JSON-formatted resource-based policy on the profiling group that includes the added permissions.- 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 that includes the added permissions. The 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 that includes the added permissions. The JSON-formatted policy is in thepolicyelement of the response.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -