Interface PermissionGroupParams.Builder

    • Method Detail

      • permissionGroupId

        PermissionGroupParams.Builder permissionGroupId​(String permissionGroupId)

        The unique identifier for the PermissionGroup.

        Parameters:
        permissionGroupId - The unique identifier for the PermissionGroup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetPermissions

        PermissionGroupParams.Builder datasetPermissions​(Collection<ResourcePermission> datasetPermissions)

        List of resource permissions.

        Parameters:
        datasetPermissions - List of resource permissions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetPermissions

        PermissionGroupParams.Builder datasetPermissions​(ResourcePermission... datasetPermissions)

        List of resource permissions.

        Parameters:
        datasetPermissions - List of resource permissions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.