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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemovePermissionResponse.Builderpolicy(String policy)The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.RemovePermissionResponse.BuilderrevisionId(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
policy
RemovePermissionResponse.Builder policy(String 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
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
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.
-
-