Interface RemovePermissionRequest.Builder

    • Method Detail

      • actionGroup

        RemovePermissionRequest.Builder actionGroup​(String actionGroup)

        Specifies an action group that contains the permissions to remove from a profiling group's resource-based policy. One action group is supported, agentPermissions, which grants ConfigureAgent and PostAgentProfile permissions.

        Parameters:
        actionGroup - Specifies an action group that contains the permissions to remove from a profiling group's resource-based policy. One action group is supported, agentPermissions, which grants ConfigureAgent and PostAgentProfile permissions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionGroup, ActionGroup
      • actionGroup

        RemovePermissionRequest.Builder actionGroup​(ActionGroup actionGroup)

        Specifies an action group that contains the permissions to remove from a profiling group's resource-based policy. One action group is supported, agentPermissions, which grants ConfigureAgent and PostAgentProfile permissions.

        Parameters:
        actionGroup - Specifies an action group that contains the permissions to remove from a profiling group's resource-based policy. One action group is supported, agentPermissions, which grants ConfigureAgent and PostAgentProfile permissions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionGroup, ActionGroup
      • profilingGroupName

        RemovePermissionRequest.Builder profilingGroupName​(String profilingGroupName)

        The name of the profiling group.

        Parameters:
        profilingGroupName - The name of the profiling group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revisionId

        RemovePermissionRequest.Builder revisionId​(String revisionId)

        A universally unique identifier (UUID) for the revision of the resource-based policy from which you want to remove permissions.

        Parameters:
        revisionId - A universally unique identifier (UUID) for the revision of the resource-based policy from which you want to remove permissions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.