Interface RemovePermissionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeGuruProfilerResponse.Builder
,CopyableBuilder<RemovePermissionResponse.Builder,
,RemovePermissionResponse> SdkBuilder<RemovePermissionResponse.Builder,
,RemovePermissionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
RemovePermissionResponse
@Mutable
@NotThreadSafe
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, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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
policy
element 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 thepolicy
element of the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-