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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutPermissionResponse.Builderpolicy(String policy)The JSON-formatted resource-based policy on the profiling group that includes the added permissions.PutPermissionResponse.BuilderrevisionId(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, 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 Detail
-
policy
PutPermissionResponse.Builder policy(String 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
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
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.
-
-