Interface PutPermissionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeGuruProfilerResponse.Builder, CopyableBuilder<PutPermissionResponse.Builder,PutPermissionResponse>, SdkBuilder<PutPermissionResponse.Builder,PutPermissionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
PutPermissionResponse

  • 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

      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 policy element 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 the policy element of the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.